Select to view content in your preferred language

How to make a Spatially Enabled Pandas dataframe interactive in ipywidgets.Output widget

103
0
11-01-2024 05:56 AM
Labels (1)
Rijswijk_dev
Emerging Contributor

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 ?

0 Kudos
0 Replies