为了账号安全,请及时绑定邮箱和手机立即绑定

Jupyter Notebook 中的 Tqdm 4.28.1 “未找到 IntProgress。

Jupyter Notebook 中的 Tqdm 4.28.1 “未找到 IntProgress。

叮当猫咪 2021-08-14 19:26:12
我试图在我的 Python 代码中使用 tqdm_notebook,但我遇到了这个错误import tqdmfor i in tqdm.tqdm_notebook(range(2, int(total_number)//20):i错误:IntProgress not found. Please update jupyter and ipywidgets.ImportError: IntProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html我正在使用 Python 3.7.1 和 tqdm 版本 (4.28.1)
查看完整描述

3 回答

?
慕虎7371278

TA贡献1802条经验 获得超4个赞

对于那些不使用 conda 的人:

pip3 install ipywidgets --user


查看完整回答
反对 回复 2021-08-14
?
慕后森

TA贡献1802条经验 获得超5个赞

啊我的坏!只需要安装 jupyter 和 ipywidgets 包!


查看完整回答
反对 回复 2021-08-14
  • 3 回答
  • 0 关注
  • 345 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信