Jupyter Notebook
1 Jupyter Notebook
Jupyter Notebook is an open-source application that allows you to create and share documents that contain code, equations, visualizations and narrative text.
A notebook is basically a list of cells and the cells contain either
- explanatory text (written in markdown)
- executable code
- code output
Note that we will use Jupyter Notebook inside the coding editor Visual Studio Code or Google Colab.