-
Notifications
You must be signed in to change notification settings - Fork 151
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
HTML conversion fails with nbformat 5.5.0 #303
Comments
After receiving the newly introduced warning about missing cell ids MissingIDFieldWarning, I transformed my notebooks to have the IDs generated and saved on disk. I tried to follow it in the debugger, but there seems no schema is being used to validate the data at all... Since this is a blocker of the new version, I'd kindly ask you guys to look into this quickly. Thanks a lot! |
With nbformat-5.7 the validation message about ids has gone. But I had to regenerate the notebooks with the same version and omit the major/minor version (4, 5) in |
This error seems to be persisting even in 5.7.0. Only reverting to 5.4.0 worked for me. |
Since the release of nbformat 5.5.0, the conversion of this notebook fails on GitHub Actions.
We have reverted to 5.4.0, which works correctly.
This is the error log with 5.5.0:
The text was updated successfully, but these errors were encountered: