Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BobBooth opened this issue May 29, 2025 · 4 comments
Labels

Comments

@BobBooth
Copy link

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 BobBooth added the bug label May 29, 2025
@nanaeaubry
Copy link
Contributor

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

conda list notebook

@BobBooth
Copy link
Author

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

Image

@nanaeaubry
Copy link
Contributor

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

@nanaeaubry
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants