Skip to content

tqdm progress bar does not render in presentation mode #96

@jpdehollain

Description

@jpdehollain

Description

When using from tqdm.notebook import tqdm to display a progress bar during the execution of a for loop, the progress bar is not rendered in presentation mode.

Reproduce

  1. Create a cell that runs a for loop with tqdm, e.g., for i in tqdm(range(10)): time.sleep(1)
  2. Run notebook cell in jupyter lab, you should see a progress bar that updates with the progress of the loop execution.
  3. Run cell in presentation mode, the progress bar is not rendered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions