Jupyter notebook extensions 擴展插件的安裝


參考 https://github.com/ipython-contrib/jupyter_contrib_nbextensions

安裝:

pip install jupyter_contrib_nbextensions

或者

pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

 

jupyter contrib nbextension install --user  

  



#此處注意下

1 Finally, the --skip-running-check option flag is provided in order to allow the installation to proceed even if a notebook server appears to be currently running (by default, the install will not be performed if a notebook server appears to be running).
2 jupyter contrib nbextension install --user --skip-running-check  

 

 

 


免責聲明!

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



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