lucasimi / tda-mapper-python

A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis
https://tda-mapper.readthedocs.io/en/main/
Apache License 2.0
5 stars 1 forks source link

Display selected vertices in demo app #113

Open lucasimi opened 3 weeks ago

lucasimi commented 3 weeks ago

Since Streamlit v1.35, it's possible to capture user selections from Plotly charts. Incorporating this feature into the demo app would be beneficial, as it would allow to display aggregated statistics on subsets of the Mapper graph. This enhancement would provide users with more interactive and insightful data analysis capabilities.

lucasimi commented 3 weeks ago

Unfortunately, it's not possible to use Streamlit v1.35 since it would bring a regression due to this issue.