【发布时间】:2019-04-14 08:05:31
【问题描述】:
我试图在我的 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)
【问题讨论】:
标签: python jupyter-notebook tqdm