# !pip install leafmap
import leafmap.foliumap as leafmap
m = leafmap.Map(center=(24, 45), zoom=5) m.add_basemap("HYBRID") m
m.to_html("mymap.html")
html = m.to_html()
print(html)
Made with ❤️ in Saudi Arabia 🇸🇦