You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)