-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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_notebook doesn't work on Google Colab platform. #558
Comments
@IAmSuyogJadhav tqdm_notebook requires the installation and compatibility of ipywidgets (https://github.com/jupyter-widgets/ipywidgets), which Google Collaboratory does not have (googlecolab/colabtools#60). Since this is an upstream problem, there is nothing to do on tqdm. You may wait some days, perhaps Google will fix the compatibility of ipywidgets. An alternative way is to use @casperdcl I suggest close this issue until the upstream compatibility problem is fixed. |
thanks @chengs @IAmSuyogJadhav |
Oh I see! Thanks for helping out ! @chengs |
@IAmSuyogJadhav can you try this #640 and give me some feedback? |
I reopen this because I am trying to solve it. |
Tried #640 on Google Colab. |
@chengs is this still an issue? maybe we can close this issue? |
I have been using tqdm in jupyter notebooks without any trouble for quite a while now. I can confirm this is no longer an issue. This can be closed, from my side at least. |
I have ran into this problem recently and it uses a lot of ram. See this issue on colab github: |
While working on notebooks in the Google's cloud computing environment (Google Collaboratory), the tqdm.tqdm_notebook seems to be not working.
It raises error saying "NameError: name "IntProgress" is not defined"
How to reproduce:
The text was updated successfully, but these errors were encountered: