-
Hi, A couple of days back the tqdm code in my colab notebook was showing the progress bar. However, now it doesn't show it. Was there a change in google codelab to stop it from working? I have tried loading the master branch 03_pytorch_computer_vision jupiter notebook into colab but it fails as well. *update I've just tried it on vscode on my mac using the m1 chip seems there is a problem with ipywidgets https://stackoverflow.com/questions/73407189/vs-code-interactive-is-not-rendering-tqdm-notebook-properly without moving ipywidgets back to 7.7.1 it won't work in the mac. maybe thats what's happening in colab? ipywidgets needs to be downgraded? I still haven't figured out how to get it to work in colab, but maybe I'll stick to using vscode for a while, local running seems nicer than colab. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @git-tyl, You're right, I'm getting the same issue on Google Colab too. However, it's still working for me locally as well. I'm not sure on a fix yet but I will update this when I find one. |
Beta Was this translation helpful? Give feedback.
Hey @git-tyl,
You're right, I'm getting the same issue on Google Colab too.
However, it's still working for me locally as well.
I'm not sure on a fix yet but I will update this when I find one.