-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hey,
I discover a issue while using ProgressBar in a notebook, the progress bar is print at each new iteration instead of refreshing as excepted.
How to reproduce the error:
launch the following code in either jupyter lab or jupyter notebook.
using ProgressBars
for i in tqdm(0:3)
sleep(0.1)
endhere is the output:
Is there a way to proprely use progress bar in notebook ? Maybe like tqdm.auto_notebook ?
Otherwise I would be glad to work on a PR.
Thanks in advance
MisterBiggs, mirkobunse, dnadlinger, oameye and MilesCranmer
Metadata
Metadata
Assignees
Labels
No labels
