jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Getting Error in Console: Object 'jupyter.widget' not found in registry while creating map. #484

Open Vaibhavjba opened 5 years ago

Vaibhavjba commented 5 years ago

I have already created a connection to the portal, on doing some research I found that this issue occurs when multiple notebooks are opened in lab but I have only opened one and only one kernel is running at that instance. My jupyter notebook version is 5.7.1 and ArcGIS Python API version is 1.5.2

import arcpy import arcgis from arcgis.gis import GIS

map = gis.map("Chennai") map

Vaibhavjba commented 5 years ago
capture