Data Response in Jupyter

I was wondering if there was any way to add a simple response in from a Plotly chart back to Jupyter (simular to a widget) or to copy the hover data quickly. My use case is I have a scatter plot of several parameters (1 parameter per series) and serialized units (x-axis). It’d be nice when I spot an anomaly to be able to either click that point and print the data (x value, y value, and name) to Jupyter or copy the data and paste it in a subsequent cell.


I could also have some additional uses if you could save the outputted data to a variable for later use.

1 Like