Possible to hide tqdm-like progress bar updates during JupyterBook build? #1067
Unanswered
matthewfeickert
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hmm, my initial thoughts here are that we probably need to explicitly handle the carriage return. That could be an option. You could also keep the output by placing only the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. If you have a
tqdm
progress bar for a piece of code that gets executed in a notebook during a JupyterBook build the updates of the progress bar get frozen into the buildExample from local build of https://github.com/pyhf/pyhf-tutorial:
Is it possible to have JupyterBook know how to ignore the updates or to only keep the final update? I assume no, but I thought I would ask.
Related: pyhf/pyhf-tutorial#66
Beta Was this translation helpful? Give feedback.
All reactions