码迷,mamicode.com
首页 > 其他好文 > 详细

jupyter远程访问/代码提示

时间:2019-02-02 17:39:23      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:文件   需要   项目   在服务器   div   创建   class   密码   设置   

安装anaconda3,然后ln -s bin目录下的jupyter命令到/usr/bin目录下

生成jupyter配置文件:

默认情况下,配置文件 ~/.jupyter/jupyter_notebook_config.py 并不存在,需要自行创建。使用下列命令生成配置文件:

jupyter notebook --generate-config

设置配置文件,设置密码:https://www.cnblogs.com/wu-chao/p/8419889.html

配置代码提示:https://www.lefer.cn/posts/15473/

 

启动时候,需要去项目根目录下,jupyter notebook 就能启动

但是需要长期在服务器运行需要用nohub启动:

nohub jupyter notebook &  就行了

jupyter远程访问/代码提示

标签:文件   需要   项目   在服务器   div   创建   class   密码   设置   

原文地址:https://www.cnblogs.com/radio/p/10348561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!