Windows10 安裝Jupyter


  官方文檔: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 以通過安全協議模式進行通信:

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM