Replies: 2 comments 1 reply
-
This is #6128 unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I read the ticket. Based on the discussion on the ticket, is there is a safe older ipywidgets version which one can downgrade to? I double checked docker-compose exec cocalc pip3 list
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a notebook that is running several TQDM based progress bars in Jupyter notebook mode (
from tqdm.auto import tqdm
).For some reason I am getting a warning "You probably need to run some code to see this widget." for some of the progress bars.
I am also getting different errors like
It seems to work flakily, though, so I am not sure what's the root cause here.
I have a public notebook available if this needs to be issued tracker and repeated.
Beta Was this translation helpful? Give feedback.
All reactions