From f6ddd8d6bbf58b091bc2f1f0d1e49d73122634dd Mon Sep 17 00:00:00 2001 From: "John S. De Stefano Jr" Date: Wed, 31 Oct 2018 13:43:26 -0400 Subject: [PATCH] Clean-up of text in 4th paragraph. (#20603) * Update index.md Clean up 4th para. * added to before perform line 22 --- guide/english/data-science-tools/jupyter-notebook/index.md | 2 +- 1 file changed, 1 insertion(+), 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 d7ac55ebba..2e1673208e 100644 --- a/guide/english/data-science-tools/jupyter-notebook/index.md +++ b/guide/english/data-science-tools/jupyter-notebook/index.md @@ -19,7 +19,7 @@ See your results as you go step by step, just like in this image. ## What Is A Jupyter Notebook? -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. +In this case, "notebook" or "notebook documents" denote documents that contain both code and rich text elements, such as figures, links, and equations. Because of the mix of code and text elements, these notebook documents are the ideal place to bring together an analysis description with its results, which can be executed to perform data analysis in real time. 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.