arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Invalid notebook when click two of the Power User Developer notebooks in samples

Open BobBooth opened this issue 5 months ago • 4 comments
trafficstars

When I click the openstreetmap_exploration.ipynb and the tour_the_world_with_landsat_imagery_and_raster_functions.ipynb in this repo, I get an "Invalid Notebook" error.

https://github.com/Esri/arcgis-python-api/blob/master/samples/02_power_users_developers/openstreetmap_exploration.ipynb "Invalid Notebook There was an error rendering your Notebook: the 'application/vnd.jupyter.widget-state+json' key is missing from json Using nbformat v5.10.4 and nbconvert v7.16.6"

https://github.com/Esri/arcgis-python-api/blob/master/samples/02_power_users_developers/tour_the_world_with_landsat_imagery_and_raster_functions.ipynb

"Invalid Notebook There was an error rendering your Notebook: the 'application/vnd.jupyter.widget-state+json' key is missing from json Using nbformat v5.10.4 and nbconvert v7.16.6"

BobBooth avatar May 29 '25 15:05 BobBooth

@BobBooth What version of Notebooks are you using? I assume you are trying on local notebook?

conda list notebook

nanaeaubry avatar May 30 '25 07:05 nanaeaubry

@nanaeaubry - it's GitHub preview of the notebook that is giving this message.

Image

BobBooth avatar May 30 '25 13:05 BobBooth

@BobBooth Ah interesting Ill do some research on this and update with what I find

nanaeaubry avatar May 30 '25 13:05 nanaeaubry

@BobBooth This is due to the new widget not being supported in the version of notebook son github. We have to remove any instance where the widget is being rendered and replace with a screenshot.

cc @jyaistMap

nanaeaubry avatar Jun 02 '25 09:06 nanaeaubry