Skip to content

tqdm is completely broken#1443

Description

@xl0

馃悰 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbug & failures with existing packageshelp wanted

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions