IProgress not found. Please update jupyter and ipywidgets.解决办法
IProgress not found. Please update jupyter and ipywidgets.解决办法
最近使用Jupyter的时候出现了如下的报错信息
ImportError: IProgress not found. Please update jupyter and ipywidgets.
See https://ipywidgets.readthedocs.io/en/stable/user_install.html
亲测以下方法能解决这个问题:
- 首先安装依赖库
pip install ipywidgets widgetsnbextension pandas-profiling
- 启动
Jupyter
相应的插件
jupyter nbextension enable --py widgetsnbextension