i’m using pydeck to plot points from a dataframe but i would like to print informations outside the map about a particular point select by a click on the map.
i don’t have find a solution about it, can someone tell me if it’s possible actually or not in streamlit ?
If you are talking about st.pydeck_chart, then currently no, this isn’t possible but it has been identified as a potential improvement to Streamlit. However, there is a sample app using streamlit-folium that does something similar to what you are describing: