Automatically use Notebook tqdm when relevant

#4
by tomaarsen HF staff - opened

tqdm.autonotebook (https://tqdm.github.io/docs/shortcuts/#tqdmautonotebook) is a shortcut to either load tqdm.std, i.e. the default, or tqdm.notebook, i.e. tqdm for notebooks. This allows the progress bars to be printed nicely in notebooks without changes to other environments.

dfki-nlp changed pull request status to merged

Sign up or log in to comment