- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 143字
- 2021-08-27 18:48:18
Running Jupyter Notebook on a remote server
To open a notebook running on a remote server, you may set up port forwarding during SSH, as follows:
ssh –L 8888:localhost:8888 mary@remoteserver
Then you may open the notebook again with localhost:8888 as the URL.
When multiple users are running Jupyter Notebooks on the same server on the same port (say the default, 8888) and each uses the same port forwarding, there is a possibility that your notebook content will be forwarded to another user who cannot read his/her own content without changing the port. While this might be fixed with later releases, it is recommended to change the port from the default.
To upgrade from a previous version, run the following command:
pip3 install --upgrade matplotlib
pip will automatically collect and install the Matplotlib dependencies for you.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Boost C++ Application Development Cookbook(Second Edition)
- Java完全自學教程
- PowerCLI Cookbook
- HBase從入門到實戰
- Python高級編程
- C/C++常用算法手冊(第3版)
- Spring實戰(第5版)
- CouchDB and PHP Web Development Beginner’s Guide
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 51單片機C語言開發教程
- C語言從入門到精通
- MINECRAFT編程:使用Python語言玩轉我的世界
- Developer,Advocate!
- Visual FoxPro數據庫程序設計