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

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

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


微信公众号:AutoML机器学习
MARSGGBO原创
如有意合作或学术讨论欢迎私戳联系~
邮箱:marsggbo@foxmail.com

原文地址:https://www.cnblogs.com/marsggbo/p/15560385.html