# !pip install leafmap import leafmap.plotlymap as leafmap m = leafmap.Map() m.add_basemap("Esri.WorldTopoMap") m.add_heatmap_demo() m.add_scatter_plot_demo() m.show()