- 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.
推薦閱讀
- Java Web開發學習手冊
- The Modern C++ Challenge
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Java Web基礎與實例教程
- Apex Design Patterns
- Jupyter數據科學實戰
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Android移動應用開發項目教程
- Simulation for Data Science with R
- OpenCV Android Programming By Example
- Web前端開發最佳實踐
- Python編程入門(第3版)
- Pandas 1.x Cookbook
- Microsoft XNA 4.0 Game Development Cookbook