Hi, I am trying to execute my GitHub repository to a binder environment.
Everything works great, however I just cannot get the GIS() object to work, I cannot view map not in Notebook nor Jupterlab.
for example
from arcgis.gis import GIS
gis = GIS()
map1 = gis.map('Israel',8)
map1 # doesn't display
I could not even view this as an embedded html.
what am I missing?