- 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.
推薦閱讀
- Mastering Scientific Computing with R
- Linux網(wǎng)絡(luò)程序設(shè)計:基于龍芯平臺
- Learn Swift by Building Applications
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 小程序開發(fā)原理與實戰(zhàn)
- Visual Basic程序設(shè)計教程
- Internet of Things with ESP8266
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- 算法設(shè)計與分析:基于C++編程語言的描述
- JavaScript編程精解(原書第2版)
- PHP項目開發(fā)全程實錄(第4版)
- 3ds Max 2018從入門到精通
- Unity 5 Game Optimization
- 基于JavaScript的WebGIS開發(fā)