카테고리 없음
[Solution] AttributeError: 'tqdm_notebook' object has no attribute 'sp'
Shakeratto
2020. 4. 23. 15:39
[Example]
from tqdm.notebook import tqdm
pbar = tqdm(filenames, disable=False)
for x in pbar:
pbar.set_description('test')
-> Error occured: AttributeError: 'tqdm_notebook' object has no attribute 'sp'
[Solution]
1. dsable=True
2. pip install jupyter