当前位置:首页 > 编程笔记 > 正文
已解决

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%的人还看了

猜你感兴趣

版权申明

本文"IProgress not found.Please update jupyter and ipywidgets.解决办法":http://eshow365.cn/6-39703-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!