Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show remaining iterations #587

Open
soerenwolfers opened this issue Aug 8, 2018 · 1 comment
Open

Show remaining iterations #587

soerenwolfers opened this issue Aug 8, 2018 · 1 comment
Assignees
Labels
duplicate 🗐 Seen it before p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate

Comments

@soerenwolfers
Copy link

soerenwolfers commented Aug 8, 2018

Is there a way to show the remaining iterations, or, in terms of the tqdm variables, to show total-n?

I currently use tqdm(bar_format='{total}-{n} iterations left') but that's a bit ugly.
The f-string inspired attempt tqdm(bar_format='{total-n} iterations left') fails.

@casperdcl
Copy link
Sponsor Member

casperdcl commented Aug 23, 2018

see #562 and the suggestions there, in particular #494

@casperdcl casperdcl self-assigned this Aug 23, 2018
@casperdcl casperdcl added duplicate 🗐 Seen it before p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate labels Aug 23, 2018
casperdcl added a commit that referenced this issue Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🗐 Seen it before p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate
Projects
None yet
Development

No branches or pull requests

2 participants