ImportError: IProgress not found. Please update jupyter and ipywidgets.解决方案

原文:https://www.cnblogs.com/marsggbo/p/15560385.html
首先在对应的环境中安装依赖库:
pip install ipywidgets widgetsnbextension pandas-profiling

再启动Jupyter相应的插件
jupyter nbextension enable --py widgetsnbextension

重新再jupyter中运行库那一栏,成功解决

你可能感兴趣的:(解决方案,python,jupyter)