Stephen Karl Larroque
Stephen Karl Larroque
Seems like coveralls is still not disabled. I don't know who owns the coveralls tqdm account, but please disable notifications as per https://github.com/lemurheavy/coveralls-public/issues/93 because I can't find any other way...
Also this can be interesting to add in the Readme or wiki: http://stackoverflow.com/a/39495229/1121352
@casperdcl : I managed to get access to coveralls's tqdm account settings and I disabled github comments, so we should not get spam anymore hopefully. If it continues, I will...
See also #245.
We really ought to merge this, the non-uniform API is confusing users: http://stackoverflow.com/questions/40476680/how-to-use-tqdm-with-pandas-in-a-jupyter-notebook
PS: I forgot to say that I tried to minimize the performance impact of this PR on standard core `tqdm` (without `bar_format` supplied): there are two variables instanciations at the...
Ah lol @casperdcl, maybe some kind of telepathy was at work here? XD
I didn't plan to work on this at all, it just popped into my mind a few days ago, so that's indeed quite a coincidence we were working on the...
Just for reference and for fun: - https://github.com/iarna/gauge/issues/5#issuecomment-146386489 - http://changaco.oy.lc/unicode-progress-bars/ (from https://github.com/tqdm/tqdm/issues/50#issuecomment-155552898) - https://github.com/tqdm/tqdm/issues/38#issuecomment-147491456 - http://stackoverflow.com/questions/2685435/cooler-ascii-spinners
For standard tqdm, it's an increase of 3 opcodes per printing (not per loop), this doesn't impact much the performance. However it can probably be implemented in a separate submodule....