Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The canonical place for Jupyter schema descriptions

License

NotificationsYou must be signed in to change notification settings

jupyter/schema

JSON schemas for Jupyter.

More about this repo

This repo is currently a work in progress.

Thestable branch is configured to deploy via GitHub Pages to schema.jupyter.org. Content in thestable branch is considered published, canonical, and stable, whereas content inmain branch is considered in-progress, latest, pre-published.

Url format

https://schema.jupyter.org/[subproject]/[schema-path]/[version].json
  • [component] can be, e.g.jupyter-lab,jupyter-server,jupyter-hub,jupyter-kernel,jupyter-notebook, etc.
  • [version] defines the version of the library for which you get the schema. Underspecified versions match the latest version of the unspecified part. For examplev1 matches the latest major release,v1.1 matches the latest minor release, andv1.1.1 matches an exact version.

Install

The package included in this repo installs all of Jupyter's core schemas inJupyter's data directory, e.g. undershare/jupyter/schemas/.

Install this package using:

pip install jupyter-schemas

This package also includes small Python package for fetching these schemas

For example, to get a list of all installed schemas, try:

importjupyter_schemasprint(jupyter_schemas.list_schemas())

You can fetch the contents of a schemas from disk using:

# Use the schema's URI to find ituri="https://schema.jupyter.org/jupyter_server/events/contents_service/v1"# Load the schemaprint(jupyter_schemas.get_jupyter_schema(uri))

About

The canonical place for Jupyter schema descriptions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp