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

错误描述

“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即可解决该问题!
解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets_第1张图片
ipywidgets库包的使用教程

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

你可能感兴趣的:(科研,Python,ipywidgets,jupyter)