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
親測以下方法能解決這個問題:
- 首先安裝依賴庫
pip install ipywidgets widgetsnbextension pandas-profiling
- 啟動
Jupyter
相應的插件
jupyter nbextension enable --py widgetsnbextension