Replies: 1 comment 2 replies
-
|
Hi Matt, I was able to use the same command and produce a .py file from the .ipynb file on ARM’s Workbench JupyterHub: I wonder if the issue is related to your version of jupyter? Here are my versions: As an aside, we encourage participants to apply for elevated access to the ARM Workbench, which you can do here. I hope this information helps -- please let us know if you're able to resolve the issue. Tim |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi There,
I was wondering if anyone has attempted to use nbconvert to convert a jupyter notebook to a python script? I would like to do this as script format would be easier to use in my current working environment. However, it my attempts to use nbconvert I receive the following validation error. Just wondering if others might have a solution to this issue.
jupyter nbconvert --to python create_comble_forcing_v2.3.ipynb
raise ValidationError(msg) from None
jsonschema.exceptions.ValidationError: Notebook could not be converted from version 1 to version 2 because it's missing a key: cells
Thanks,
Matt
Beta Was this translation helpful? Give feedback.
All reactions