You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looping over course>section>module could be indicated using tqdm as the size of each iterable is know in advance. This is probably not a good estimate of the remaining runtime but still better than nothing.
The text was updated successfully, but these errors were encountered:
Also we should probably suppress tqdm if stdout.isatty() is false as that means we would write to a file which does not make too much sense when using tqdm
Looping over course>section>module could be indicated using tqdm as the size of each iterable is know in advance. This is probably not a good estimate of the remaining runtime but still better than nothing.
The text was updated successfully, but these errors were encountered: