nbformatminor
nbformatminor is the minor version component of the Jupyter notebook format defined by the nbformat specification. It sits alongside the major version (nbformat) to describe the specific revision within a major release. Together, these fields indicate the syntax, capabilities, and expectations for a given notebook file.
In a notebook’s JSON structure, the top-level keys include nbformat, nbformat_minor, and metadata. For example, a
Minor versions encode incremental changes such as added fields, new metadata, or enhanced feature support. A
Tooling that works with notebooks—such as readers, writers, converters, and editors—consult nbformat and nbformat_minor to determine
Notes: The nbformat project maintains documentation that maps supported minor versions for each major version. nbformatminor