首页 > 其他 > 详细

jupyter 设置密码

时间:2021-04-13 16:47:41      阅读:39      评论:0      收藏:0      [点我收藏+]

如何设置Jupyter 登录密码

1,生成jupyter的配置文件:jupyter notebook --generate-config
2,控制台继续输入:jupyter notebook password (会输入两次密码,用来验证)
3,密码设置成功, 登录服务器: jupyter notebook

jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root

测试:
1.在弹出的web窗口中点击Loginout(右上角)
2.输入登录密码,成功进入!

 

jupyter 设置密码

原文:https://www.cnblogs.com/wangshuyi/p/14653289.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!