Contribute

Installing Jupyter Notebook

To install Jupyter run in Terminal:

pip install jupyter

To run the Jupyter Notebook on a port, run:

jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser

Open your Jupyter Notebook and set the token that was returned in terminal.

Jupyter Notebook