Closed owenlamont closed 4 years ago
Awesome! This might be worth a micro release sometime this week 😄
Glad you liked it, I should've mentioned there was a couple of caveats with that auto import according to the tqdm documentation (I don't think it works properly if the user launches the code for a jupyter lab console) - and if they haven't installed their jupyter lab extensions properly it won't render. Hopefully they're all rare enough edge cases users don't experience them.
import tqdm from tqdm.auto to get the nice progress bar widget when running inside a notebook.