欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 前端技术 > HTML >内容正文

HTML

ubuntu中的Jupyter Notebook更换浏览器需要输入密码

发布时间:2023/12/31 HTML 33 豆豆
生活随笔 收集整理的这篇文章主要介绍了 ubuntu中的Jupyter Notebook更换浏览器需要输入密码 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

$ jupyter notebook --generate-config
Writing default config to: /home/appleyuchi/.jupyter/jupyter_notebook_config.py

 

$ jupyter notebook password

(下方连续两次输入密码)
Enter password: 123
Verify password: 123
[NotebookPasswordApp] Wrote hashed password to /home/appleyuchi/.jupyter/jupyter_notebook_config.json

得到:

1fe2d41f39ba:e92168553769663c57bdf2cbd55c2a1c7f3828b9

 

$ subl /home/appleyuchi/.jupyter/jupyter_notebook_config.py

c.NotebookApp.password = "sha1:1fe2d41f39ba:e92168553769663c57bdf2cbd55c2a1c7f3828b9"
c.NotebookApp.password_required = False

总结

以上是生活随笔为你收集整理的ubuntu中的Jupyter Notebook更换浏览器需要输入密码的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。