取消jupyter notebook的密码
2018-05-07 本文已影响0人
sbill
在everything中找到jupyter_notebook_config.py文件,打开,找到:
# c.NotebookApp.token = '<generated>'
取消掉注释,并且把其取值设为空:
# c.NotebookApp.token = ' '
这样就再也不要输入密码才能使用notebook了
在everything中找到jupyter_notebook_config.py文件,打开,找到:
# c.NotebookApp.token = '<generated>'
取消掉注释,并且把其取值设为空:
# c.NotebookApp.token = ' '
这样就再也不要输入密码才能使用notebook了