其他分享
首页 > 其他分享> > ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.r

ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.r

作者:互联网

在使用juypter下载数据集时,出现下面的错误

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

问题分析:这大多是因为ipywidgets原因:版本或者根本没有安装ipywidgets插件。

解决方法:

pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension

标签:jupyter,ImportError,Please,update,https,ipywidgets
来源: https://blog.csdn.net/qq_42178122/article/details/120779295