最近使用Jupyter的时候出现了如下的报错信息
ImportError: IProgress not found. Please update jupyter and ipywidgets.
See https://ipywidgets.readthedocs.io/en/stable/user_install.html
亲测以下方法能解决这个问题:
pip install ipywidgets widgetsnbextension pandas-profiling
Jupyter
相应的插件jupyter nbextension enable --py widgetsnbextension