JackMcKew / pandas_alive

Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
MIT License
582 stars 100 forks source link

import tqdm from tqdm.auto #14

Closed owenlamont closed 4 years ago

owenlamont commented 4 years ago

import tqdm from tqdm.auto to get the nice progress bar widget when running inside a notebook.

JackMcKew commented 4 years ago

Awesome! This might be worth a micro release sometime this week 😄

owenlamont commented 4 years ago

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.