1. 程式人生 > >ssh 遠程服務器上的jupyter

ssh 遠程服務器上的jupyter

com -a con note sta 遠程服務 root 配置 info

參考:https://blog.csdn.net/u011253734/article/details/69525690

1、先在遠程服務器上安裝ipython和jupyter

在我的CentOS7 服務器上,yum install -y ipython安裝ipython,pip install jupyter安裝jupyter.

2、修改ipython密碼,生成config文件:

技術分享圖片

3、在修改配置文件時,下面的certfile不必修改,註釋即可。

技術分享圖片

4、建立服務:jupyter notebook --allow-root

5、在本地直接輸入:建立服務時返回的地址即可。為:http://ip:9999/

ssh 遠程服務器上的jupyter