Before we proceed, make sure you have Python and Jupyter Installed.


Python

Using your command line, you should be able to run the following command:

python 


Didn't work? Follow Python.org: Download (for Beginners)


Jupyter Notebook

Using your command line, start a Jupyter Notebook server:

jupyter notebook


Didn't work?, follow this guide Jupyter.org: Install


Alternative: Google Colab

Anything we do in Notebook can also be done with Google's free/online version of Jupyter Notebook: Google Colab