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  

 

 

 

posted @ 2017-11-18 23:59  feihuo8271  阅读(18201)  评论(1编辑  收藏  举报