已解决
IProgress not found.Please update jupyter and ipywidgets.解决办法
来自网友在路上 182882提问 提问时间:2023-11-19 22:29:06阅读次数: 82
最佳答案 问答题库828位专家为你答疑解惑
最近使用Jupyter的时候出现了下面的报错信息
ImportError: IProgress not found. Please update jupyter and ipywidgets.
See https://ipywidgets.readthedocs.io/en/stable/user_install.html
解决方法:
1.首先安装依赖库
pip install ipywidgets widgetsnbextension pandas-profiling
2.启动jupyter相应的插件
jupyter nbextension enable --py widgetsnbextension
重新运行jupyter notebook,问题解决
查看全文
99%的人还看了
相似问题
- conda创建pytorch环境报错
- Python通过selenium调用IE11浏览器报错解决方法
- kafka本地安装报错
- 【BUG】第一次创建vue3+vite项目启动报错Error: Cannot find module ‘worker_threads‘
- git 构建报错
- Docker build报错总结,版本过新大避雷!
- Mongodb3.4升级高版本mongoTemplate.executeCommand报错The cursor option is required
- duplicate复制数据库单个数据文件复制失败报错rman-03009 ora-03113
- 安装第三方包报错 error: Microsoft Visual C++ 14.0 or greater is required——解决办法
- 邮件|gitpushgithub报错|Lombok注解
猜你感兴趣
版权申明
本文"IProgress not found.Please update jupyter and ipywidgets.解决办法":http://eshow365.cn/6-39703-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!