- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 154字
- 2021-08-27 18:48:17
Starting a Jupyter Notebook session
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 the notebook home page, as shown in the following screenshot:

To retrieve the token, such as when visiting the running notebook from a different browser or machine, you may call jupyter notebook list from the console:

- Learn ECMAScript(Second Edition)
- Java 開(kāi)發(fā)從入門(mén)到精通(第2版)
- Learning RxJava
- Unity 2020 Mobile Game Development
- Instant Typeahead.js
- Oracle數(shù)據(jù)庫(kù)從入門(mén)到運(yùn)維實(shí)戰(zhàn)
- Java Web開(kāi)發(fā)技術(shù)教程
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語(yǔ)言版)
- Creating Stunning Dashboards with QlikView
- Image Processing with ImageJ
- Python Deep Learning
- 3D Printing Designs:Octopus Pencil Holder
- MongoDB Cookbook
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序
- LabVIEW數(shù)據(jù)采集(第2版)