Closed
Description
openedon Apr 5, 2023
V7 seem to emit invalid notebooks.
I see the following in the terminal
MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.
validate(nb)
This seem to prevent notebooks to be trusted.
Activity