1. 程式人生 > >jupyter notebook

jupyter notebook

登錄密碼 gen onf word jupyter notebook str -- -c

  • 生成配置文件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‘

jupyter notebook