-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add leave
argument to RichProgressBar
#10301
Conversation
bcdc5b5
to
4a1274d
Compare
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Hey @kaushikb11. By the same occasion, do you think you could look into the fickering on the progress bar. The last line isn't aligned properly due the loss. Best, |
@tchaton The flickering issue seems to exist for VS code terminal. It works as expected on ITerm2. I think we would need to raise an issue on Rich repo. cc @SeanNaren |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT !
8b0e3d8
to
b454fe2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unblock
display_every_n_epochs
argument to RichProgressBarleave
argument to RichProgressBar
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Co-authored-by: Carlos Mocholí <[email protected]>
What does this PR do?
Add
display_every_n_epochs
argument toRichProgressBar
. Set to a non-negative integer to display progress bar every n epochs.Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃