jupyter / nbformat

Reference implementation of the Jupyter Notebook format
http://nbformat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
265 stars 152 forks source link

Where is version 4.5? #323

Closed sineed closed 1 year ago

sineed commented 1 year ago

It was found that the code in our project refers to nbformat version 4.5 when cell id field was added but there is no information neither in the Changelog nor in the documentation site:

image image

Although there are some mentions about this version, for example, https://github.com/jupyter/nbformat/pull/189.

Not a big problem, I'm just curious why there is no information about it.

blink1073 commented 1 year ago

Hi @sineed, the json schema format version is independent of the python package version. Version 4.5 of the schema was introduced in version 5 of the library.

sineed commented 1 year ago

Hi @blink1073 ah now it's clear thanks! Will put a note on that