tqdm icon indicating copy to clipboard operation
tqdm copied to clipboard

Add a progress meter to your loops in a second

Results 17 tqdm issues
Sort by recently updated
recently updated
newest added

I have 25,000 pandas dataframes, each with ~300 columns, each dataframe comprised of just 1 data row with column labels, with ~50% of each dataframe's column labels unique and the...

Running tqdm_notebook as ```python for j in tqdm_notebook(range(3), leave=False): print j ``` after saving and reopening the notebook I get this message: `A Jupyter widget could not be displayed because...

I'm trying to use TQDM in Beaker Notebook. ``` from tqdm import tqdm_notebook import time for i in tqdm_notebook(range(10)): time.sleep(1) ``` Produces: ``` Widget Javascript not detected. It may not...

Sometime it's convenient to not have progress bar. So it would be really nice to add an option to disable tqdm so the code does not need to be modified,...

Hey @noamraph, I've checked https://github.com/noamraph/tqdm/pull/9, https://github.com/noamraph/tqdm/pull/10 and https://github.com/noamraph/tqdm/pull/15 (they all look good) and merged them in a single branch. Also, I've made some other small maintenance-related improvements: Travis CI is...

Well, sort of. The original dev has stopped maintaining it, but a much larger and actively developed semi-official fork exists at [tqdm/tqdm](https://github.com/tqdm/tqdm) This is the version you get when you...

``` for i in tqdm.trange(10): time.sleep(0.3) 0%| | 0/10 [00:00

Python standard.. tqdm.**version** = 1.2.8

![2014-12-11--1418282766_685x244_scrot](https://cloud.githubusercontent.com/assets/10151355/5390661/309287a4-814a-11e4-8874-55b44213e8db.png)