本文主要是介绍Jupyter常驻之密码登录,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
-
安装jupyter
pip3 install jupyter notebook
-
生成配置文件
jupyter-notebook --generate-config
-
生成密钥
jupyter notebook password
输入要设置的密码
-
启动服务
nohup jupyter notebook --allow-root > jupyter.log 2>&1 &
问题:采用云服务器需要开端口~
这篇关于Jupyter常驻之密码登录的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!