ssh 远程服务器上的jupyter

参考: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/

 

posted @ 2018-06-07 23:09  蔺小渊  阅读(220)  评论(0编辑  收藏  举报