Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Hiplot custom button #238

Closed
namikisik opened this issue Feb 27, 2022 · 2 comments
Closed

Hiplot custom button #238

namikisik opened this issue Feb 27, 2022 · 2 comments

Comments

@namikisik
Copy link

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.

@danthe3rd
Copy link
Contributor

Hi @namikisik

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 hope this helps

@namikisik
Copy link
Author

Hi @danthe3rd,
I am already coming from the issue #194. At the other hand, thanks for the recommendation, I'll definitely check it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants