解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets

TiaNa_na

关注

阅读 39

2022-04-21

错误描述

“ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html” 错误。

解决方案

pip install ipywidgets

或者

conda install -c conda-forge ipywidgets

安装完毕后重启jupyter notebook即可解决该问题!
在这里插入图片描述
ipywidgets库包的使用教程

详细信息,请参考下面官方链接:https://ipywidgets.readthedocs.io/en/stable/user_install.html

精彩评论(0)

0 0 举报