0
点赞
收藏
分享

微信扫一扫

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

TiaNa_na 2022-04-21 阅读 39

错误描述

“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 条评论