Casper da Costa-Luis
Casper da Costa-Luis
I agree this would be complicated and probably best avoided; but also incredibly useful and powerful if used appropriately. I have a case where I don't want to keep indenting...
do you mean using `--prepare-only` / `--prepare-execute`?
Not sure about those failures... could you try running this in your terminal? ```bash python -m tqdm --help python -m tqdm --manpath . python -m tqdm --comppath . ``` For...
I also use `tmux` on Ubuntu and have no issues. If you resize a panel mid-execution, you need `dynamic_ncols=True`.
Hmm I can't reproduce this. Have you followed https://ipywidgets.readthedocs.io/en/stable/user_install.html?
Hmm I don't use Spyder. Happy to accept a PR if anyone has any work-arounds.
@phausamann happy to accept a PR :)
Yes, this is a know issue where you have to `write/print('\n' * number_of_nested_bars)` after completion before `write/print('x' * 50)`
> how many progress bars are currently open `len(tqdm._instances)` But if you need to write things while bars are open, just use `tqdm.write("somestring")` instead.
don't think it went anywhere :/