The IPywidget notebook (https://plot.ly/python/widget-app/) is out of date since it uses the older GraphWidget and the go.FigureWidget appears to be a much nicer way to handle such challenges (from the presentation of Jon Mease). I would like to update it (or make a new one for the FigureWidget), but a quick search for widget_app.ipynb didnโt yield anything on your github organization.
The documentation posts are a little hidden at the moment but weโre working on improving that. The post your looking for is here in the source-design-merge branch of the plotly documentation repo.
Here is the python contribution readme if you are unsure about how things are organized.
Thanks for your interest @KevinM! Youโre right that these pages are out of date, and help with the docs is always appreciated
-Jon
@jmmease Iโm also interested in Ipywidgets, however I am quite newbie and currently I am struggling to merge widgets and on_hover outputs together to populate a new empty FigureWidget().
Is there a simple example on how to combine those widgets and on_hover / selection events?
Last quick one, if saving the jupyter notebook on an HTML file, would still work?
Thank you so much,
Any help is appreciated.
Hi @bixin,
Iโd recommend reading through the notebooks under Add Custom Interactivity with Jupyter Widgets .
Hope that helps get you started!
-Jon