Before we proceed, make sure you have Python and Jupyter Installed.
Using your command line, you should be able to run the following command:
python
Didn't work? Follow Python.org: Download (for Beginners)
Using your command line, start a Jupyter Notebook server:
jupyter notebook
Didn't work?, follow this guide Jupyter.org: Install
Anything we do in Notebook can also be done with Google's free/online version of Jupyter Notebook: Google Colab