Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

@tueboesen you need [`smoothing=0`](https://github.com/tqdm/tqdm/issues/1161#issuecomment-825164772).

Is this related to https://stackoverflow.com/questions/37103243/multiprocessing-pool-in-jupyter-notebook-works-on-linux-but-not-windows ?

btw check out `tqdm.contrib.concurrent` (`process_map` and `thread_map`)

Hmm yes... thinking `mrkdown=False, unfurl_links=False, unfurl_media=False` might be worth adding too. See also https://slack.dev/python-slack-sdk/web/.

I'm sorry but I don't understand. Is this a question? Is it a statement? A bug report? A feature request? It would be helpful if you could say something like:...

ah well if the number of running processes/threads == the number of tasks, then yes all tasks will finish simultaneously. Nested progress (each process/thread reports its own progress) needs to...

currently https://github.com/tqdm/tqdm/tree/lazydoc doesn't quite do it (thanks @yarikoptic for the suggestion)... `tqdm.tqdm_notebook.__doc__` is accessible, but `>>> help(tqdm.tqdm_notebook)` won't pass that docstring through...

Note: language-level lazy imports [PEP#0690](https://peps.python.org/pep-0690/) land in Python 3.12 :crossed_fingers:

good idea, multiline progressbar