在使用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