- 生成配置文件jupyter_notebook_config.py(~/.jupyter下)
jupyter notebook --generate-config
- IP绑定
c.NotebookApp.ip = ‘0.0.0.0‘
- 123456登录密码
c.NotebookApp.password = u‘sha1:221c6c07dffe:3f32e1f85cc005ab507d308a325dd8b785303c69‘
时间: 2024-11-05 20:46:36
jupyter notebook --generate-config
c.NotebookApp.ip = ‘0.0.0.0‘
c.NotebookApp.password = u‘sha1:221c6c07dffe:3f32e1f85cc005ab507d308a325dd8b785303c69‘