.bumpversion.cfg
.mailmap
CONTRIBUTING.md
COPYING.md
MANIFEST.in
README.md
RELEASING.md
index.js
package.json
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/format_description.rst
docs/index.rst
docs/make.bat
docs/markup.rst
docs/requirements.txt
nbformat/__init__.py
nbformat/_imports.py
nbformat/_struct.py
nbformat/_version.py
nbformat/converter.py
nbformat/current.py
nbformat/json_compat.py
nbformat/notebooknode.py
nbformat/reader.py
nbformat/sentinel.py
nbformat/sign.py
nbformat/validator.py
nbformat.egg-info/PKG-INFO
nbformat.egg-info/SOURCES.txt
nbformat.egg-info/dependency_links.txt
nbformat.egg-info/entry_points.txt
nbformat.egg-info/requires.txt
nbformat.egg-info/top_level.txt
nbformat/corpus/__init__.py
nbformat/corpus/words.py
nbformat/corpus/tests/__init__.py
nbformat/corpus/tests/test_words.py
nbformat/v1/__init__.py
nbformat/v1/convert.py
nbformat/v1/nbbase.py
nbformat/v1/nbjson.py
nbformat/v1/rwbase.py
nbformat/v2/__init__.py
nbformat/v2/convert.py
nbformat/v2/nbbase.py
nbformat/v2/nbjson.py
nbformat/v2/nbpy.py
nbformat/v2/nbxml.py
nbformat/v2/rwbase.py
nbformat/v3/__init__.py
nbformat/v3/convert.py
nbformat/v3/nbbase.py
nbformat/v3/nbformat.v3.schema.json
nbformat/v3/nbjson.py
nbformat/v3/nbpy.py
nbformat/v3/rwbase.py
nbformat/v4/__init__.py
nbformat/v4/convert.py
nbformat/v4/nbbase.py
nbformat/v4/nbformat.v4.0.schema.json
nbformat/v4/nbformat.v4.1.schema.json
nbformat/v4/nbformat.v4.2.schema.json
nbformat/v4/nbformat.v4.3.schema.json
nbformat/v4/nbformat.v4.4.schema.json
nbformat/v4/nbformat.v4.5.schema.json
nbformat/v4/nbformat.v4.schema.json
nbformat/v4/nbjson.py
nbformat/v4/rwbase.py
tests/__init__.py
tests/base.py
tests/invalid.ipynb
tests/invalid_cell_id.ipynb
tests/invalid_unique_cell_id.ipynb
tests/many_tracebacks.ipynb
tests/no_min_version.ipynb
tests/test2.ipynb
tests/test3.ipynb
tests/test3_no_metadata.ipynb
tests/test3_no_worksheets.ipynb
tests/test3_worksheet_with_no_cells.ipynb
tests/test4.ipynb
tests/test4custom.ipynb
tests/test4docinfo.ipynb
tests/test4jupyter_metadata.ipynb
tests/test4jupyter_metadata_timings.ipynb
tests/test4plus.ipynb
tests/test_api.py
tests/test_convert.py
tests/test_nbformat.py
tests/test_reader.py
tests/test_sign.py
tests/test_validator.py
tests/v4_5_invalid_metadata.ipynb
tests/v4_5_no_cell_id.ipynb
tests/v1/__init__.py
tests/v1/nbexamples.py
tests/v1/test_json.py
tests/v1/test_nbbase.py
tests/v2/__init__.py
tests/v2/nbexamples.py
tests/v2/test_json.py
tests/v2/test_nbbase.py
tests/v2/test_nbpy.py
tests/v3/__init__.py
tests/v3/formattest.py
tests/v3/nbexamples.py
tests/v3/test_json.py
tests/v3/test_misc.py
tests/v3/test_nbbase.py
tests/v3/test_nbpy.py
tests/v4/__init__.py
tests/v4/formattest.py
tests/v4/nbexamples.py
tests/v4/test_convert.py
tests/v4/test_json.py
tests/v4/test_nbbase.py
tests/v4/test_validate.py