Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tqdm is completely broken #1443

Open
xl0 opened this issue Nov 23, 2024 · 1 comment
Open

tqdm is completely broken #1443

xl0 opened this issue Nov 23, 2024 · 1 comment
Labels
bug bug & failures with existing packages help wanted

Comments

@xl0
Copy link

xl0 commented Nov 23, 2024

🐛 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.

@xl0 xl0 added bug bug & failures with existing packages help wanted labels Nov 23, 2024
@xl0
Copy link
Author

xl0 commented Nov 23, 2024

It definitely used to work: https://www.kaggle.com/code/soheiltehranipour/tqdm-progress-bar-in-python
Here it is rendered, but if you try to run the notebook, you get the "Loading widget...".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug & failures with existing packages help wanted
Projects
None yet
Development

No branches or pull requests

1 participant