README
nbschema
All the notebook format schemas*, available on npm.
npm install nbschema
* Only v3 and v4 notebooks have schemas
Note for webpack users
You'll need to include the json-loader, as this package requires the JSON schemas directly.
Schemas for the Jupyter Notebook
<script type="module">
import nbschema from 'https://cdn.skypack.dev/nbschema';
</script>
All the notebook format schemas*, available on npm.
npm install nbschema
* Only v3 and v4 notebooks have schemas
You'll need to include the json-loader, as this package requires the JSON schemas directly.