- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 109字
- 2021-07-02 19:34:31
Starting a Jupyter notebook session
- Type jupyter notebook in the terminal or Command Prompt.
- Open your favorite browser.
- Type in localhost:8888 as the URL.
To specify the port, such as when running multiple notebook instances on one or more machines, you can do so with the --port={port number} option.
For a notebook on remote servers, you can use SSH for port forwarding. Just specify the –L option with {port number}:localhost:{port number} during connection, as follows:
ssh –L 8888:localhost:8888 smith@remoteserver
The Jupyter Notebook home page will show up, listing files in your current directory. Notebook files are denoted by a book logo. Running notebooks are marked in green.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- C語言程序設計
- 基于差分進化的優化方法及應用
- Apache Karaf Cookbook
- Mastering Python Networking
- 微信小程序入門指南
- Java程序員面試筆試寶典(第2版)
- Python Deep Learning
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- 零基礎C#學習筆記
- Mastering Bootstrap 4
- 微信小程序開發邊做邊學(微課視頻版)
- Daniel Arbuckle's Mastering Python
- Mastering Python for Data Science
- 零基礎學西門子PLC編程:入門、提高、應用、實例