官方文檔:https://jupyter-notebook.readthedocs.io/en/stable/
https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
本機環境中已安裝python2.7和python3.6
安裝Jupyter 直接用命令:pip3 install jupyter
安裝完成后,直接在命令下輸入:jupyter notebook
會直接打開默認瀏覽器,顯示:http://localhost:8888/tree
jupyter notebook --generate-config
生成文件:jupyter_notebook_config.py
生成密碼:jupyter notebook password
在命令行中輸入密碼:比如test
生成文件:
這樣在命令行輸入jupyter notebook后在打開的瀏覽器就會讓輸入密碼:
輸入密碼后:
重新打開
可以通過將certfile選項設置為自簽名證書(即mycert.pem),使用以下命令啟動jupyter notebook 以通過安全協議模式進行通信: