ArcGIS map widget not working

I am trying to use the map widget from ArcGIS modul. The code that I use is the following:

Blockquote
map = gis.map(‘myMap’)
map.gis.content.get(‘f2df7dc340f649e5b2c088ab93150796’)
map
Blockquote

in jupyter this is enough but here I am getting this warning:

A Jupyter widget could not be displayed because the widget state could not be found. This could happen if the kernel storing the widget is no longer available, or if the widget state was not saved in the notebook. You may be able to create the widget by running the appropriate cells.

I have already initiate the map with this code:

Blockquote
import os
os.environ[‘DISABLE_ARCGIS_LEARN’] = ‘1’
import datetime as dt
from arcgis.gis import GIS
from IPython.display import display

Hi, meanwhile you might want to give a try to Lets-Plot interactive maps. They are readily available and depending on your visualization needs might be quite sufficient.

thanks for the tip. I will give it a try.

Sorry, missed this question, can confirm, widget doesn’t work. Created a new ticket for this issue and will ask the devs to check it out.