Skip to content

Automatically choose between tqdm and tqdm_notebook #508

@nthiery

Description

@nthiery

Use case: writing a module that can be used from either the command line or the notebook

Desired feature: have some wrapper on top of tqdm that detects whether the code is running in a notebook or not, and automatically chooses between tqdm or tqdm_notebook; same for trange and tnrange.

(btw: kudos for tqdm; it's super useful for tracking lengthy computations!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions