serhii.net

In the middle of the desert you can say anything you want

24 Oct 2023

Tqdm and logging

This redirects python logging to tqdm.write() that plays better with tqdm progress bars:

from tqdm.contrib.logging import logging_redirect_tqdm
# ..
with logging_redirect_tqdm():
	pass
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus