Skip to content

Progress bar does NOT disappear #352

@ranchop

Description

@ranchop

Consider the following code in Jupyter Notebook.
for i in tqdm(range(100), leave=False): pass
The progress bas is supposed to disappear after execution, but it does NOT. I noticed this happens whenever the loop is executed very quickly.

I have only tested this on Jupyter Notebook using both Safari and Chrome and Python 3.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions