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打不开浏览器


下一篇:jupyter notebook安装注意点