You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
I'd like to add a button to Hiplot in order to trigger a python function. In my case, the function will visualize the Hiplot exported csv file with dash interactive cross-filtering.
The text was updated successfully, but these errors were encountered:
The proper solution to what you are requesting is the Dash integration of HiPlot (see this issue #194).
If you are using a Jupyter notebook, you can achieve something similar in the meantime - see the doc section Interactions with displayed visualization. In your first notebook cell, you render your hiplot experiment, and in a second cell you can retrieve currently selected rows, and filter them through Dash (or anything else). You can then re-execute the second notebook cell to refresh the Dash display with your currently selected rows.
I'd like to add a button to Hiplot in order to trigger a python function. In my case, the function will visualize the Hiplot exported csv file with dash interactive cross-filtering.
The text was updated successfully, but these errors were encountered: