- 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:

- ExtGWT Rich Internet Application Cookbook
- Unreal Engine Physics Essentials
- C語言程序設計基礎與實驗指導
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 基于差分進化的優化方法及應用
- 用Python實現深度學習框架
- Hands-On Microservices with Kotlin
- Java 11 Cookbook
- Unreal Engine 4 Shaders and Effects Cookbook
- 網站構建技術
- 深入分布式緩存:從原理到實踐
- 零基礎Java學習筆記
- Arduino可穿戴設備開發
- Visual Basic語言程序設計基礎(第3版)
- 寫給青少年的人工智能(Python版·微課視頻版)