I can't use leafmap in pycharm to display an interactive map

63 views Asked by At

Here is my code: import os import leafmap from samgeo import SamGeo, show_image, download_file, overlay_images, tms_to_geotiff

m = leafmap.Map(center=[37.8713, -122.2580], zoom=17, height="800px") m.add_basemap("SATELLITE") m

enter image description here

I had set up the correct conda environment

I tried to reproduce Wu Qiusheng'shere code, but I'm failed

0

There are 0 answers