diff --git a/guide/english/data-science-tools/jupyter-notebook/index.md b/guide/english/data-science-tools/jupyter-notebook/index.md index bea5a735995..d7ac55ebba2 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?