Reactive plot in Pluto or Jupyter?

Hello,

This is what I would like to do in Pluto or JupyterLab:

Create a plot
Click on this plot
Get the coordinates into some variables (binding)
Modify the plot

To be run in Pluto or Jupyter

Would that be possible?

Thanks

Michel

Interact
Makie

It should be possible to enhance https://github.com/JuliaPluto/PlutoPlotly.jl to publish click events of coordinates, so that it could be used in Pluto with @bind.

https://github.com/JuliaPluto/PlutoPlotly.jl/issues/1