Notebooks over 100 MB are refused for reads and edits, with a suggestion to slice them.
What's wrong with this entry?
NotebookRead checks the file before opening it and refuses anything larger than 104857600 bytes, suggesting you slice it with jq or PowerShell instead. NotebookEdit refuses an edit that would push the notebook past the same limit and leaves the file untouched.
- Non-regular files (devices, FIFOs, sockets) are rejected outright.
- A structural check now rejects files that are not real notebooks: the top-level
cellsmust be an array of cell objects each with a string or string-arraysource.
Notebook file is not a valid Jupyter notebook (top-level "cells" must be an array of cell objects, each with a string or string-array "source").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.235
Notebook diffs say when a file is too big to preview
Both mention notebook