April 2018
Beginner to intermediate
300 pages
7h 34m
English
Just type jupyter notebook in the console. This will start a Jupyter Notebook session as a web server.
By default, a notebook session should pop up on your default browser. To manually open the page, type localhost:8888 as the URL. Then you will enter the following home page of the Jupyter Notebook:

You can choose to host the notebook on different ports, for instance, when you are running multiple notebooks. You can specify the port to use with the --port=<customportnum> option.
Since the release of 4.3, token authentication has been added to Jupyter, so you may be asked for a token password before entering ...
Read now
Unlock full access