如何删除Jupyter Notebook中之前设置的密码?

时间:2017-10-30 23:44:59

标签: jupyter-notebook

我曾设置密码以访问Jupyter Notebook。但现在我想删除它。我怎么能这样做?

enter image description here

就像这样,我想从Jupyter Notebook中删除它

1 个答案:

答案 0 :(得分:0)

您可以使用以下命令重新启动jupyter服务器:

jupyter notebook --NotebookApp.password='sha1:90aa25f6c644:94841fd38b17d02c7c9940896330015ad03850a2'

密码由以下内容生成:

from notebook.auth import passwd; passwd('helloworld')

然后您可以使用密码登录:helloworld