Install Jupyter notebook
Follow the instructions on this page: http://jupyter.org/install. It is recommended to install Jupyter using Anaconda.
Getting started
To open the application, rund the following command:
jupyter notebook
Next, you will see the application opening in the web browser on the following address: http://localhost:8888.
To make a new notebook, click “new” and chose the “Python 3” option. You will then see something similar as in the picture below:
You can now start importing the necessary libraries and write code. If you want to make a heading or a comment, you can change the bar with “code” to “markdown”.
For further reading and tutorial, check out this page: Tutorial.
Binder
To turn your GitHub repository into interactive notebooks.