Federico Rossetto

Results 3 comments of Federico Rossetto

If anybody needs it, I have made a multiline_tqdm class that kinda works. It is a bit hacky how it works for the notebooks, but I found it useful for...

@jizongFox Thanks for the reply! If I understand your question correctly, you would like something that splits down your bar when the description is too long. It might be possible,...

Ok I thought it would have been way more complicated, even tho it's still pretty sketchy as a solution, but this would work I think: ```python class extending_tqdm(tqdm): def __init__(self,...