标签:文件 需要 项目 在服务器 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 & 就行了
标签:文件 需要 项目 在服务器 div 创建 class 密码 设置
原文地址:https://www.cnblogs.com/radio/p/10348561.html