I use plotly almost on a daily basis and I totally love it. Thanks to the devs.
Recently, I started working on some visualizations where I need to capture JS callbacks from the interactive plots. The events can be anything from click events to selection events (Laso/Rectangular selection), etc. I couldn’t find any examples on this apart from the one on click events.
Is there a wau to accomplish this within Python code?
