猿问

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

我试图在我的 Python 代码中使用 tqdm_notebook,但我遇到了这个错误


import tqdm


for 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)


叮当猫咪
浏览 346回答 3
3回答

慕虎7371278

对于那些不使用 conda 的人:pip3 install ipywidgets --user

慕后森

啊我的坏!只需要安装 jupyter 和 ipywidgets 包!
随时随地看视频慕课网APP

相关分类

Python
我要回答