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