Jupyter Notebook
Installation
$ pip install notebook
Running
# Running Notebook
$ jupyter notebook
Jupyter Notebooks are stored in the directory from which you launched the Jupyter Notebook server.
In the address bar, type localhost:8888 and press Enter. This is the default address for Jupyter Notebook. If you have changed the port number during the installation or startup of Jupyter Notebook, replace 8888 with your port number.