Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed text in the first notebook (introduction to JN) #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/01_My_first_jupyter_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source": [
"# Definition\n",
"\n",
"The Jupyter notebook is an open source web application that you can use to create and share documents, i.e. notebooks, tables, images, pdf. More information is available on their website (https://jupyter.org/). These documents can be of two types:\n",
"The Jupyter notebook environment is an open source web application that you can use to create and share documents, i.e. notebooks, tables, images, pdf. More information is available on their website (https://jupyter.org/). These documents can be of two types:\n",
"* **Human-readable** -> texts, visualizations, equations, etc.\n",
"* **Executable** -> entity that can be excuted to perform required tasks. For example, it can be a python script or a cell in a Jupyter notebook. \n"
]
Expand All @@ -33,7 +33,7 @@
"id": "87de4e61-34c3-4b21-afb0-e7f9cc146eda",
"metadata": {},
"source": [
"# Open a Jupyter notebook "
"# Open the Jupyter notebook environment"
]
},
{
Expand Down