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

  1. explanatory text (written in markdown)
  2. executable code
  3. code output

Note that we will use Jupyter Notebook inside the coding editor Visual Studio Code or Google Colab.