首页 > 其他 > 详细

jupyter报错:ImportError: FloatProgress not found. Please update jupyter and ipywidgets.

时间:2020-05-15 16:41:18      阅读:333      评论:0      收藏:0      [点我收藏+]

使用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安装,一不下心下错环境和关联错环境,找不到错误就是到头重来。

jupyter报错:ImportError: FloatProgress not found. Please update jupyter and ipywidgets.

原文:https://www.cnblogs.com/xym4869/p/12895730.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!