HTML folium map in Anvil?

Hello, I’m new on Anvil but it’s pretty cool ! I have already built a calculator on it last week, and today I want to display an html map (created in jupyter notebook with folium).

The problem is : I have no clue how to do this… The map is registered in my notebook and my goal is to get an interactive map (I have filters which users will select, then my function on jupyter will create the corresponding map).

I have already read a post about it saying I need an IFrame so I got it as custom component :

What I’m trying to do: Display an interactive html map from jupyter notebook.

What I’ve tried and what’s not working: simply put the link of my registered map as url.

If someone has already tried something similar I would be very thankfull if you could give me some advices.

Cordialy,

An Anvil noob

A post was merged into an existing topic: Display an HTML Map