热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Jupyternotebook安装扩展工具(nbextensions)提示“Jupytercommand`jupytercontrib`notfound.”

工具包已经下载但是安装时出现“Jupytercommandjupyter-contribnotfound.”1.先卸载:分别用cmd命令,卸载之前的安装pipuninstallju

工具包已经下载但是安装时出现“Jupyter command jupyter-contrib not found.”

1.先卸载:

分别用cmd命令,卸载之前的安装

pip uninstall jupyter_contrib_nbextensions

pip uninstall jupyter_nbextensions_configurator

2.重新下载并安装:

2.1 先cmd命令安装

pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions

2.2 然后cmd进入目录

C:\Users\he\Python\Python38\Lib\site-packages\jupyter_contrib_nbextensions

2.3 cmd执行下面命令手动安装

python application.py install

2.4 然后安装

jupyter contrib-nbextension install --user

这时就不会提示“Jupyter command jupyter-contrib not found.”这个问题了

3 接下来继续安装

pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user

这时从新启动jupyter notebook 就成功看到工具Nbextensions在工具栏了

本文地址:https://blog.csdn.net/duqiumail/article/details/107650058



推荐阅读
author-avatar
a105451223
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有