使用jupyter报错:ImportError: FloatProgress not found. Please update jupyter and ipywidgets.
这是因为jupyter或者ipywidgets没安装或者没关联造成

解决办法:
1,卸载jupyter:pip uninstall jupyter
2,安装jupyter:pip install jupyter
3,安装ipywidgets:pip install ipywidgets
4,关联:jupyter nbextension enable --py widgetsnbextension

不推荐使用conda安装,一不下心下错环境和关联错环境,找不到错误就是到头重来。

相关文章:

  • 2021-10-10
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-11-14
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
  • 2022-01-22
相关资源
相似解决方案