Jupyter NoteBook Server 远程服务器搭建

Running a notebook server

https://jupyter-notebook.readthedocs.io/en/stable/public_server.html?highlight=ip#running-a-public-notebook-server
如果想通过 pycharm 远程 running a notebook server,建议按照官方指引操作。

配置完成之后,远程 ssh,启动 jupyter notebook,最后在 pycharm 设置一下 Configured Server
Jupyter NoteBook Server 远程服务器搭建
Jupyter NoteBook Server 远程服务器搭建
Jupyter NoteBook Server 远程服务器搭建
配置好之后,相当于远程服务器环境调试本地的代码了。
Jupyter NoteBook Server 远程服务器搭建
如果想通过浏览器调试,则可以输入http://192.168.1.158:8888
Jupyter NoteBook Server 远程服务器搭建
还能更灵活一些么?当然可以,利用pycharm将本地项目与远程服务器的项目映射好,就能利用服务器硬件资源调试代码的性能
Jupyter NoteBook Server 远程服务器搭建
Jupyter NoteBook Server 远程服务器搭建
这样在本地修改好的代码,就能在 http://192.168.1.158:8888/ 可视化边做笔记边调试了,如果本地代码与远程代码不同步,记得按照下面操作同步一下哦。
Jupyter NoteBook Server 远程服务器搭建
pycharm 官方的指引 Manage Jupyter notebook servers,但是看了一下只是详细介绍如何调用本地的 jupyter notebook,如果想远程调用服务器的 jupyter notebook ,即使是这样操作也不行。
Jupyter NoteBook Server 远程服务器搭建
除非按照 Running a Jupyter notebook from a remote server 指引操作,但是感觉很麻烦,要做端口映射等操作。

远程jupyter notebook Server服务器搭建

https://blog.csdn.net/halazi100/article/details/79703928

上一篇:Android学习之基础知识十—内容提供器(Content Provider)


下一篇:cocos2d-x学习笔记01:VS开发环境搭建