I have flask app. There a folium map. Each marker has popup window containing data from my dataset. But i get new data every 15 minutes. How can i dynamically change the popup without reloading entire map?
I know that it is possible to update part of the page using turbo flask, but i have not yet found out if this can be applied to folium map