Closed joshinils closed 2 years ago
you can add dynamic_ncols=True to the tqdm call to change that
dynamic_ncols=True
Nice! Weird that this isn't the default setting... maybe a performance thing.
edit: yep https://github.com/tqdm/tqdm/issues/370 The influence is absolutely irrelevant for us though, so I'll gladly include it!
you can add
dynamic_ncols=True
to the tqdm call to change that