Open amc-corey-cox opened 2 weeks ago
if you print to the console, you have to use "tqdm.write" and not print/the logger.
We should probably leave this off by default with a noticeable configuration to turn it on?
tqdm is a nice library for adding a progress bar.
There were some great thoughts shared on this in our KG Construction Crew meeting by @DnlRKorn and @ptgolden and I don't think I managed to capture them here. Please add your thoughts if you'd like.
if you print to the console, you have to use "tqdm.write" and not print/the logger.
We should probably leave this off by default with a noticeable configuration to turn it on?
tqdm is a nice library for adding a progress bar.