import folium carte = folium.Map(location=[16, -64], zoom_start=7) folium.Marker([16,-64],popup="Antilles").add_to(carte) carte.save('Antilles.html')