zl程序教程

您现在的位置是:首页 >  其他

当前栏目

IProgress not found. Please update jupyter and ipywidgets.解决办法

2023-03-14 22:52:19 时间

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

亲测以下方法能解决这个问题:

  1. 首先安装依赖库
pip install ipywidgets widgetsnbextension pandas-profiling
  1. 启动Jupyter相应的插件
jupyter nbextension enable --py widgetsnbextension