From 1c196567766006b60b0c002ea756561ccf6fcafe Mon Sep 17 00:00:00 2001 From: "John S. De Stefano Jr" Date: Sun, 21 Oct 2018 02:27:06 -0400 Subject: [PATCH] Update index.md (#20593) Cleaned up 2nd and 3rd paras. --- guide/english/data-science-tools/jupyter-notebook/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/data-science-tools/jupyter-notebook/index.md b/guide/english/data-science-tools/jupyter-notebook/index.md index bea5a73599..d7ac55ebba 100644 --- a/guide/english/data-science-tools/jupyter-notebook/index.md +++ b/guide/english/data-science-tools/jupyter-notebook/index.md @@ -5,7 +5,7 @@ title: Jupyter Notebook Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. -The Jupyter Notebook helps you create and share documents containing live code, equations, visualizations and rich text. +Jupyter Notebook helps you create and share documents containing live code, equations, visualizations, and rich text. You can use it for: * data cleaning and transformation @@ -15,7 +15,7 @@ You can use it for: * machine learning -See your results as you go step by step. Just like in this image. +See your results as you go step by step, just like in this image. ## What Is A Jupyter Notebook?