-
Notifications
You must be signed in to change notification settings - Fork 152
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.10.2-py3-none-any.whl: 7381189a0d537586b3f18bae5dbad347d7dd0a7cf0276b09cdcd5c24d38edd99 nbformat-5.10.2.tar.gz: c535b20a0d4310167bf4d12ad31eccfb0dc61e6392d6f8c570ab5b45a06a49a3 nbformat-schema-5.10.2.tgz: 8398fcbf2c4d8871dfeff00a72c7acba74303e3840d29a5383f316555e85c851
- Loading branch information
Showing
2 changed files
with
39 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.10.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" | ||
"name": "nbformat-schema", | ||
"version": "5.10.2", | ||
"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" | ||
} |