I just tried google colab, and using FigureWidget, it doesn麓t seem to work, i.e nothing is displayed:

and the browser console shows an error

can this be fixed (by installing something that麓s missing from the colab defaults)?
I've got the same problem!

I can reproduce. @jonmmease is the plotlywidget supposed to work in Colab? For a while Colab did not support ipywidgets since they had their own widgets but it seems to be working now...
Last I checked, Colab supported the built-in ipywidgets but not custom widgets. Though that was a while back.
ipywidgets ...buttons and slider work; I can create buttons with actions from a list. However, go.FigureWidget() seems like looping
Hello,
I was trying to reproduce the example from https://plotly.com/python/figurewidget-app/ in Google Colab and although a widget like FloatRangeSlider works on its own, I could not make the example to work.

Nothing is shown. Any idea why that may be ?
g.show() displays the default graph.
(Plotly: 4.4.1; ipywidgets: 7.5.1)
Regards,
Axel
@abisi this would work now. Ipywidgets is supported on colab now.
@ucalyptus I tried and it still displays nothing. Have you tried?