Skip to content

tqdm is completely broken #1443

Open
Open
@xl0

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.

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