我是靠谱客的博主 光亮老鼠,最近开发中收集的这篇文章主要介绍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

 

 

 

转载于:https://www.cnblogs.com/huabaixiaoduanku/p/7858479.html

最后

以上就是光亮老鼠为你收集整理的Jupyter notebook extensions 扩展插件的安装的全部内容,希望文章能够帮你解决Jupyter notebook extensions 扩展插件的安装所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部