-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
p2-bug-warning ⚠Visual output badVisual output bad
Description
Consider the following code in Jupyter Notebook.
for i in tqdm(range(100), leave=False): pass
The progress bas is supposed to disappear after execution, but it does NOT. I noticed this happens whenever the loop is executed very quickly.
I have only tested this on Jupyter Notebook using both Safari and Chrome and Python 3.
nathanielatom, eoia, keithito, lzkelley, Zulko and 2 more
Metadata
Metadata
Assignees
Labels
p2-bug-warning ⚠Visual output badVisual output bad