summaryrefslogtreecommitdiff
path: root/tutorials/module_1/jupyter_lab_notebook.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_1/jupyter_lab_notebook.md')
-rw-r--r--tutorials/module_1/jupyter_lab_notebook.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorials/module_1/jupyter_lab_notebook.md b/tutorials/module_1/jupyter_lab_notebook.md
index ad5d7b5..6addd86 100644
--- a/tutorials/module_1/jupyter_lab_notebook.md
+++ b/tutorials/module_1/jupyter_lab_notebook.md
@@ -13,6 +13,8 @@ Terminal: `conda install conda-forge::jupyterlab`
## Notebook Basics
+^8cbcb2
+
Jupyter Notebooks are files which allows you to combine *Code* and *Markdown* cells in one single document. The code cells, allow you to interactively run python code and print and plot data in your document. If you wish to update or change data your code you can re-run the cell to update the output. The markdown cells allows you to write text, titles and insert images in your documentation using the markup language *Markdown*.
To start a new notebook select `File > New > Notebook` or right click the file browser and select `New notebook`, this will prompt you to select a kernel (the Jupyter notebook "engine"). For now, just select the default Kernel 3. This will start a new fresh kernel for us to use. Next, it's recommended to rename the file.