AnswerDotAI / AnswerDotAI/fastprogress
How to disable or turn-off progress bar globally
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.1k
- Forks
- 104
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
My backend service is using several libraries that are using this tooling.
Currently we are running a backend service, so we don't need a progress bar that prints to stdout. The progress bar is also corrupting some of our logs that occur on either side of the progres bar.
Is there a way to disable the progress bar globally, possibly by setting something like an environment variable?
Contributor guide
Assessment
This issue has not been assessed yet.