Tqdm Indicator PR

I’m working on a TQDM indicator PR for Panel.

Often in my data flow I have loops, iterators, numpy or pandas operations where tqdm style progress reporting is really useful. And now with the new --auto reload flag, exploration in code files with the app served on the side is really powerful. But it could use a bit of tqdm style progress reporting in the app. So why not make it easy. And that is what I am trying to do.

Checkout or help me improve the PR https://github.com/holoviz/panel/pull/2079

3 Likes

And first version of a reference guide is there

1 Like