-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: nbformat-5.7.1-py3-none-any.whl: e52ab802ce7f7a2863861e914642f021b9d7c23ad9726d14c36df92a79acd754 nbformat-5.7.1.tar.gz: 3810a0130453ed031970521d20989b8a592f3c2e73283a8280ae34ae1f75b3f8 nbformat-schema-5.7.1.tgz: 8f4dce9a4d4e8b58e95146a86268cc92a46ae8801e676dcea28774c85bcfa637
- Loading branch information
Showing
2 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "nbformat-schema", | ||
"version": "5.7.0", | ||
"description": "JSON schemata for Jupyter notebook formats", | ||
"main": "index.js", | ||
"files": [ | ||
"nbformat/v3/nbformat.v3.schema.json", | ||
"nbformat/v4/nbformat.v4.schema.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jupyter/nbformat.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"notebook", | ||
"json-schema" | ||
], | ||
"author": "Project Jupyter Contributors", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyter/nbformat/issues" | ||
}, | ||
"homepage": "https://nbformat.readthedocs.io" | ||
"name": "nbformat-schema", | ||
"version": "5.7.1", | ||
"description": "JSON schemata for Jupyter notebook formats", | ||
"main": "index.js", | ||
"files": [ | ||
"nbformat/v3/nbformat.v3.schema.json", | ||
"nbformat/v4/nbformat.v4.schema.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jupyter/nbformat.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"notebook", | ||
"json-schema" | ||
], | ||
"author": "Project Jupyter Contributors", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyter/nbformat/issues" | ||
}, | ||
"homepage": "https://nbformat.readthedocs.io" | ||
} |