From 4705ebc091aee6316ab8302d9c079f8450422258 Mon Sep 17 00:00:00 2001 From: "John S. De Stefano Jr" Date: Sun, 21 Oct 2018 02:26:22 -0400 Subject: [PATCH] Update index.md (#20616) Cleaned up 5th (and now, 6th) paras. --- guide/english/data-science-tools/jupyter-notebook/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/data-science-tools/jupyter-notebook/index.md b/guide/english/data-science-tools/jupyter-notebook/index.md index 94ff20c35a..bea5a73599 100644 --- a/guide/english/data-science-tools/jupyter-notebook/index.md +++ b/guide/english/data-science-tools/jupyter-notebook/index.md @@ -21,7 +21,8 @@ See your results as you go step by step. Just like in this image. In this case, "notebook" or "notebook documents" denote documents that contain both code and rich text elements, such as figures, links, equations. Because of the mix of code and text elements, these documents are the ideal place to bring together an analysis description and its results as well as they can be executed perform the data analysis in real time. -"Jupyter" is a loose acronym meaning Julia, Python, and R. These programming languages were the first target languages of the Jupyter application, but nowadays, the notebook technology also supports many other languages. +The name "Jupyter" is a loose acronym combining Julia, Python, and R, which were the first target programming languages of the Jupyter application. The notebook technology now supports many other languages. + And there you have it: the Jupyter Notebook. ## What does it do?