-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
duplicate 🗐Seen it beforeSeen it beforep3-enhancement 🔥Much new such featureMuch new such featurequestion/docs ‽Documentation clarification candidateDocumentation clarification candidate
Description
- I have visited the [source website], and in particular
read the [known issues] - I have searched through the [issue tracker] for duplicates
- I have mentioned version numbers, operating system and
environment, where applicable:import tqdm, sys print(tqdm.__version__, sys.version, sys.platform)
I'd like to get final stats from a nested progbar such as:
- it/s
- total time
- total steps
It seems tqdm(leave=True)
by default, but only the outer progbar rather than nested progbars leave anything behind. Another alternative would be to have a way to get the final stats out of the tqdm progbar after it is done iterating, and I could write them out myself.
Is this doable?
Slightly related issue:
#230
Side note: I've been using tqdm all the time for years now. It is pretty amazing, thanks!
Metadata
Metadata
Assignees
Labels
duplicate 🗐Seen it beforeSeen it beforep3-enhancement 🔥Much new such featureMuch new such featurequestion/docs ‽Documentation clarification candidateDocumentation clarification candidate