Clean-up of text in 4th paragraph. (#20603)

* Update index.md

Clean up 4th para.

* added to before perform line 22
This commit is contained in:
John S. De Stefano Jr
2018-10-31 13:43:26 -04:00
committed by Tom
parent 4a5af5d865
commit f6ddd8d6bb

View File

@ -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.