You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using a local runtime, any use of ipywidgets>=8 will pop up the code snippets pane with a suggestion to enable custom widgets:
There are two issues here:
enabling custom widgets won't help, as the root cause is that ipywidgets 8+ still isn't supported.
orthogonal to the widgets issue, popping up a custom google.colab-using snippet for a local runtime doesn't help -- we still can't easily install that package. 😉
This issue only tracks (2), but I'm happy to file an issue for (1) if someone has cycles. #3020 is the closest thing I could find to a tracking bug for (1), but it's closed; IMO would be worth a new bug tracking Pete's "... roll out proper support for ipywidgets>=8.0.0" bit in this comment.
Describe the expected behavior
Don't pop up a code snippet I can't use.
What web browser you are using
Chrome
Additional context
👋
The text was updated successfully, but these errors were encountered:
Seems like it'd be good to have a tracking issue for (1) even if we don't immediately have the bandwidth.
For (2), I was able to repro. Found the relevant code in the UI. Not sure the best way to plumb the ipywidgets version through to the UI. Perhaps Katlyn knows, I'll ask.
The snippet should no longer pop up for local runtimes, will leave this open for the time being to make sure there's no follow up work needed once we eventually add ipywidgets 8 support
Describe the current behavior
Currently, when using a local runtime, any use of
ipywidgets>=8
will pop up the code snippets pane with a suggestion to enable custom widgets:There are two issues here:
google.colab
-using snippet for a local runtime doesn't help -- we still can't easily install that package. 😉This issue only tracks (2), but I'm happy to file an issue for (1) if someone has cycles.
#3020 is the closest thing I could find to a tracking bug for (1), but it's closed; IMO would be worth a new bug tracking Pete's "... roll out proper support for
ipywidgets>=8.0.0
" bit in this comment.Describe the expected behavior
Don't pop up a code snippet I can't use.
What web browser you are using
Chrome
Additional context
👋
The text was updated successfully, but these errors were encountered: