April 2019
Intermediate to advanced
426 pages
11h 13m
English
Jupyter Notebook is a browser-based interactive computational environment for creating, executing, and visualizing interactive data across various programming languages. It was formerly known as IPython Notebook. IPython continues to exist as a Python shell and a kernel for Jupyter. Jupyter is an open-source software, free for all to use and learn about a variety of topics, from basic programming to advanced statistics or quantum mechanics.
To install Jupyter, type the following command in your terminal window:
$ pip install jupyter
Once installed, start Jupyter with the following command:
$ jupyter notebook ... Copy/paste this URL into your browser when you connect for the first time, to login with a token: http://127.0.0.1:8888/?token=27a16ee4d6042a53f6e31161449efcf7e71418f23e17549d ...Read now
Unlock full access