I render a Spatially Enabled Pandas dataframe in an ipywidgets.Output widget. I want the dataframe to be interactive, ie: I want to receive click events from a cell so that I can adjust a view and start a computation based on the selection of the user.
I get the data from a Spatially Enabled Pandas dataframe but the way to represent it to the user is like a table or a spreadsheet.
There are several python packages which allow for interactivity (ipysheet, itables for instance) but they are not available in the notebook runtimes in arcgis online.
What would be a good way to accomplish this ?