我试图在我的 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)
慕虎7371278
慕后森
相关分类