Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tqdm makes colab ui really lag and slow #6

Open
satyajitghana opened this issue Jul 31, 2020 · 3 comments
Open

tqdm makes colab ui really lag and slow #6

satyajitghana opened this issue Jul 31, 2020 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@satyajitghana
Copy link
Member

think of a different alternative for this, which does exactly as tqdm, but is not as laggy, i've tried different types of tqdm

from tqdm.auto import tqdm
import tqdm

both are slow, so find a good alternative !

@satyajitghana satyajitghana added the help wanted Extra attention is needed label Jul 31, 2020
@satyajitghana
Copy link
Member Author

satyajitghana commented Jul 31, 2020

added alive-progress but it doesn't show up in jupyter notebook or colab, it prints to terminal
the author is actually working on it: rsalmei/alive-progress#43 (comment)
so let's wait until then, or look for any other alternative
but i also had issues with python locks, not sure what goes wrong

@satyajitghana
Copy link
Member Author

found this: https://pypi.org/project/pkbar/

@rsalmei
Copy link

rsalmei commented Feb 8, 2022

Hey @satyajitghana, please try https://github.com/rsalmei/alive-progress again, I do support Jupyter notebooks now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants