I'm trying to figure out if there is a way to do what I have in mind in a Jupyter notebook. I'm familiar with geopandas, matplotlib, and plotly enough to be able to create a choropleth map. What I am trying to find a way to do is, from an interactive choropleth map click on any polygon of the map, and have a popup appear within the map with info defining that polygon, AND additionally, in an adjacent chart separate from the map, have a bar chart that responds to the polygon clicked on with additional data. So, an interactive pop up and side bar chart, that responds to a point clicked on the map, in sync with each other (the bar chart refreshes every time the pop up changes from a point clicked). I'm sure there's multiple ways to accomplish this; what would be the easiest to code in Jupyter, preferably based on plotly?
