arcgis-python-api
arcgis-python-api copied to clipboard
Invalid notebook when click two of the Power User Developer notebooks in samples
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 What version of Notebooks are you using? I assume you are trying on local notebook?
conda list notebook
@nanaeaubry - it's GitHub preview of the notebook that is giving this message.
@BobBooth Ah interesting Ill do some research on this and update with what I find
@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