What is a Jupyter Notebook?#
During this course you will use Jupyter Notebooks for writing and running your Python code.
Jupyter Notebooks are an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text.
![../_images/jupyter_example.png](../_images/jupyter_example.png)
Reading: Why Jupyter is data scientists’ computational notebook of choice