首页 新闻 会员 周边

jupyter notebook 代码补全 错误

0
悬赏园豆:100 [已解决问题] 解决于 2019-03-18 17:42

Successfully built jupyter-contrib-nbextensions
(data-anlysis) d:\Python\代码>jupyter contrib nbextension install --user
Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found] 2

我已经重装了很多次jupyter-contrib-nbextensions,最后还是这个错误

各位大佬有啥解决方法吗

wuji123的主页 wuji123 | 初学一级 | 园豆:4
提问于:2019-03-18 11:17
< >
分享
最佳答案
1
pip install jupyter_contrib_nbextensions
(或者用命令:pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master)

参考IPython与Jupyter notebook 安装与配置,插件扩展,主题,PDF输出

收获园豆:100
ycyzharry | 高人七级 |园豆:25653 | 2019-03-18 13:50

Successfully built jupyter-contrib-nbextensions

(data-anlysis) d:\Python\代码>jupyter contrib nbextension install --user
Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found] 2

我已经重装了很多次jupyter-contrib-nbextensions,最后还是这个错误

wuji123 | 园豆:4 (初学一级) | 2019-03-18 17:25

@wuji123: 文件下载到本地再安装

ycyzharry | 园豆:25653 (高人七级) | 2019-03-18 17:34

@ycyzharry: 大佬 安装到哪呀

wuji123 | 园豆:4 (初学一级) | 2019-03-18 17:36

@ycyzharry: 可以了 谢谢大佬

我的是这个
如果是anaconda,可以使用命令:
conda install -c conda-forge jupyter_contrib_nbextensions

谢谢大佬

wuji123 | 园豆:4 (初学一级) | 2019-03-18 17:42
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册