Skip to content

Minor improvement in documentation#423

Open
rgaiacs wants to merge 2 commits intojupyter:mainfrom
rgaiacs:improve-docs
Open

Minor improvement in documentation#423
rgaiacs wants to merge 2 commits intojupyter:mainfrom
rgaiacs:improve-docs

Conversation

@rgaiacs
Copy link

@rgaiacs rgaiacs commented Jan 30, 2026

Update the metadata in the example to match with the last release of nbformat.

"nbformat": 4,
"nbformat_minor": 0,
"nbformat": 5,
"nbformat_minor": 10,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version is 4.5. If anything, this could update to that. Where'd you see 5.10?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://nbformat.readthedocs.io/en/latest/ says 5.10 in the header, i.e.

image

And in the releases from GitHub, https://github.com/jupyter/nbformat/releases.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the version of the library, not the version of the specification/schema (see https://github.com/jupyter/nbformat/tree/main/nbformat/v4). That is confusing so I understand.

@rgaiacs
Copy link
Author

rgaiacs commented Feb 3, 2026

Thanks @rgbkrk for the clarification. I change this PR to include a note box at the begin of the session to highlight the different version numbers.


.. note::

The version number for the Jupyter Notebook format is independent of the version number for the reference implementation library.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants