最近使用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


微信公众号:AutoML机器学习
IProgress not found. Please update jupyter and ipywidgets.解决办法
MARSGGBO原创
如有意合作或学术讨论欢迎私戳联系~
邮箱:marsggbo@foxmail.com

相关文章:

  • 2021-07-05
  • 2021-04-25
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-03-07
  • 2021-11-09
  • 2021-09-12
相关资源
相似解决方案