JupyterUsage
安装
sudo pip3 install jupyter # linux运行notebook服务器
配置密码
jupyter notebook passwordbovenson@MBP:~/Git/notes/Machine Learning/Jupyter$ python3 Python 3.6.4 (default, Mar 9 2018, 23:15:03) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from notebook.auth import passwd >>> passwd() Enter password: Verify password: 'sha1:04e1321856dd:2bb9632ec903b3dce6a99646f20920749a0dfb32'c.NotebookApp.password = u'sha1:04e1321856dd:2bb9632ec903b3dce6a99646f20920749a0dfb32'
最后更新于