Kaggle/docker-python

tqdm is completely broken

Open

#1443 opened on Nov 23, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (2,260 stars) (946 forks)batch import
bughelp wanted

Description

🐛 Bug

tqdm is very much broken in notebooks.

image

To Reproduce

from tqdm.auto import tqdm
from time import sleep

for _ in tqdm(range(10)):
    sleep(0.5)

Expected behavior

Renders a progress bar

Additional context

Tried in Chrome and Firefox.

Contributor guide