pystackreg
pystackreg copied to clipboard
update usage of tqdm
ASAIK using from tqdm.auto import tqdm results with better jupyter notebook support.
@casperdcl ?
sure, the only disadvantage would be anyone using jupyter console which won't render tqdm.auto properly (https://github.com/tqdm/tqdm/issues/1098 and maybe even sort of related to https://github.com/tqdm/tqdm/issues/1120#issuecomment-774085287). ipython works fine though.