You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's a bug or it's expected. When I use tqdm in notebook and use the --log-output option, the progress bar keeps printing to a new line. Anyone having the same problem?
Notebook cell
from time import sleep
from tqdm import tqdm
for i in tqdm(range(int(5)), leave=True):
sleep(0.1)
Same probelm here, would be really nice if this could be fixed!
Something that can be guessed from the shown output, but I also noticed: It even seems like the line is alreadyy updated, but then a new line is printed, so you end up with one line for each step, and an extra one for the current step.
🐛 Bug
Not sure if it's a bug or it's expected. When I use tqdm in notebook and use the
--log-output
option, the progress bar keeps printing to a new line. Anyone having the same problem?Notebook cell
CMD
Output
tqdm: 4.65.2
papermill: 2.5.0
The text was updated successfully, but these errors were encountered: