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

2.启动jupyter相应的插件

jupyter nbextension enable --py widgetsnbextension

重新运行jupyter notebook,问题解决

你可能感兴趣的:(深度学习环境配置,jupyter,ide,python)