当前位置:网站首页>解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets
解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets
2022-04-23 05:43:00 【林仔520】
错误描述
“ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html” 错误。
解决方案
pip install ipywidgets
或者
conda install -c conda-forge ipywidgets
安装完毕后重启jupyter notebook即可解决该问题!

ipywidgets库包的使用教程
详细信息,请参考下面官方链接:https://ipywidgets.readthedocs.io/en/stable/user_install.html
版权声明
本文为[林仔520]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_37955704/article/details/124332032
边栏推荐
- JDBC操作事务
- POI generates excel and inserts pictures
- idea插件---背景播放歌曲
- 数据处理之Numpy常用函数表格整理
- 2 - principes de conception de logiciels
- 热键,界面可视化配置(界面交互)
- 50 SQL exercises, answers and detailed analysis
- Deconstruction function of ES6
- 一文读懂当前常用的加密技术体系(对称、非对称、信息摘要、数字签名、数字证书、公钥体系)
- Establish excel bookkeeping book through setting context menu
猜你喜欢
Sea Level Anomaly 和 Sea Surface Height Anomaly 的区别
MySQL realizes master-slave replication / master-slave synchronization
Pol / select / EPO
Isosceles triangle - the 9th Lanqiao provincial competition - group C
mysql实现主从复制/主从同步
2 - principes de conception de logiciels
JVM系列(4)——内存溢出(OOM)
多线程与高并发(1)——线程的基本知识(实现,常用方法,状态)
Radar equipment (greedy)
线程的底部实现原理—静态代理模式
随机推荐
JVM series (3) -- memory allocation and recycling strategy
尚硅谷 p290 多态性练习
Insert picture in freemark
Contract lock loophole
[machine learning] scikit learn introduction
Data mining -- understanding data
PHP处理json_decode()解析JSON.stringify
MySQL query uses \ g, column to row
Getting started with JDBC \ getting a database connection \ using Preparedstatement
mysql-触发器、存储过程、存储函数
MySQL事务
线程的底部实现原理—静态代理模式
ES6之解构函数
Radar equipment (greedy)
对象转map
acwing854. Floyd finds the shortest path
MySql基础狂神说
rsync实现文件服务器备份
Meta annotation (annotation of annotation)
50 SQL exercises, answers and detailed analysis