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
Colab already has plotly pre-installed. We can probably switch the charting backend from bqplot to plotly. The plotly FigureWidget provides similar functionality to bqplot. https://plotly.com/python/figurewidget-app/
The text was updated successfully, but these errors were encountered:
It seems FigureWidget is not supported by Colab. We can show a non-widget version of a plotly chart in a widgets.Output (interactive), but we can't observe interactions like a widget to, e.g., click a point in a scatter plot and have it return the feature observation info.
Colab already has plotly pre-installed. We can probably switch the charting backend from bqplot to plotly. The plotly FigureWidget provides similar functionality to bqplot.
https://plotly.com/python/figurewidget-app/
The text was updated successfully, but these errors were encountered: