Jupyter Notebook website screenshot

Jupyter Notebook

Jupyter Notebook is the original open-source web application for creating and sharing computational documents that contain live code, equations, visualizations, and narrative text. The Jupyter Notebook server exposes a REST API for managing notebooks, files, kernels, sessions, and terminals, and uses the WebSocket-based Jupyter messaging protocol to communicate with kernels.

Jupyter Notebook publishes 14 APIs on the APIs.io network, including Jupyter Kernel Messaging Protocol, Authorization API, Config API, and 11 more. Tagged areas include Data Science, Interactive Computing, Jupyter, Machine Learning, and Notebooks.

The Jupyter Notebook catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 2 Spectral governance rulesets.

Jupyter Notebook’s developer surface includes authentication, documentation, getting-started guide, engineering blog, support, YouTube channel, Stack Overflow tag, and 8 more developer resources.

49.5/100 developing ▬ flat Agent 36/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreeSelf serve⚡ Free to try
14 APIs
Data ScienceInteractive ComputingJupyterMachine LearningNotebooksPython

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 49.5/100 · developing
Contract Quality 18.8 / 25
Developer Ergonomics 7.4 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.8 / 13
Governance 6.3 / 12
Discoverability 6.5 / 10
Agent readiness — 36/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/jupyter-notebook: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 14

Individual APIs this provider publishes, each with its own machine-readable definition.

Jupyter Kernel Messaging Protocol

WebSocket-based messaging protocol for communication between Jupyter clients and computational kernels. Supports code execution, introspection, completion, and rich output over ...

Jupyter Notebook Authorization API

Token verification and authorization checks.

Jupyter Notebook Config API

Server configuration section management.

Jupyter Notebook Contents API

File and directory management including notebooks, files, directories, and checkpoints.

Jupyter Notebook General API

General gateway information.

Jupyter Notebook Groups API

Group management for organizing users.

Jupyter Notebook Hub API

Hub lifecycle management.

Jupyter Notebook Kernels API

Kernel lifecycle management on the gateway. The gateway may enforce kernel limits and seed kernels.

Jupyter Notebook Kernelspecs API

Kernel specification listing and retrieval.

Jupyter Notebook Proxy API

Configurable HTTP proxy routing table management.

Jupyter Notebook Services API

The Services API from Jupyter Notebook — 2 operation(s) for services.

Jupyter Notebook Sessions API

Session management for associating notebooks with running kernels.

Jupyter Notebook Terminals API

Terminal session management on the server.

Jupyter Notebook Users API

User management including creation, deletion, server management, and token management.

Scroll for all 14

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Jupyter Notebook REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Jupyter Notebook Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Jupyter Kernel Messaging Protocol

The Jupyter Kernel Messaging Protocol defines the WebSocket-based communication between Jupyter clients (notebooks, consoles) and computational kernels. Messages are exchanged o...

ASYNCAPI

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Jupyter Notebook Context

3 classes · 44 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Jupyter Notebook API Rules

5 rules · 5 warnings

SPECTRAL

Jupyter Notebook API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

Jupyter Contents Model

12 properties

JSON SCHEMA

Jupyter Kernel Message

6 properties

JSON SCHEMA

Jupyter Kernel Specification

3 properties

JSON SCHEMA

Jupyter Notebook Document

4 properties

JSON SCHEMA

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Jupyter Notebook Authentication

apiKey/http · 3 schemes

SECURITY

Jupyter Notebook Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Jupyter Notebook Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Jupyter Notebook Agentic Access

70 operations · 40 acting · 6 human-in-the-loop

70 operations · 40 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 3

Status, limits, changes, and where to get help

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: jupyter-notebook
name: Jupyter Notebook
description: Jupyter Notebook is the original open-source web application for creating and sharing computational documents
  that contain live code, equations, visualizations, and narrative text. The Jupyter Notebook server exposes a REST API for
  managing notebooks, files, kernels, sessions, and terminals, and uses the WebSocket-based Jupyter messaging protocol to
  communicate with kernels.
type: Index
accessModel:
  pricing: free
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Free · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jupyter-notebook.png
tags:
- Data Science
- Interactive Computing
- Jupyter
- Machine Learning
- Notebooks
- Python
url: https://raw.githubusercontent.com/api-evangelist/jupyter-notebook/refs/heads/main/apis.yml
created: '2024-01-15'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
- aid: jupyter-notebook:jupyter-kernel-messaging
  name: Jupyter Kernel Messaging Protocol
  description: WebSocket-based messaging protocol for communication between Jupyter clients and computational kernels. Supports
    code execution, introspection, completion, and rich output over shell, IOPub, stdin, and control channels.
  humanURL: https://jupyter-client.readthedocs.io/en/stable/messaging.html
  baseURL: ws://localhost:8888
  tags:
  - Kernels
  - Messaging
  - Real-Time
  - WebSocket
  properties:
  - type: Documentation
    url: https://jupyter-client.readthedocs.io/en/stable/messaging.html
  - type: Repository
    url: https://github.com/jupyter/jupyter_client
  - type: AsyncAPI
    url: asyncapi/jupyter-kernel-messaging-asyncapi.yml
  - type: JSONSchema
    url: json-schema/jupyter-kernel-message.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
- aid: jupyter-notebook:jupyter-notebook-authorization-api
  name: Jupyter Notebook Authorization API
  description: Token verification and authorization checks.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Authorization
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-authorization-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-config-api
  name: Jupyter Notebook Config API
  description: Server configuration section management.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Config
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-config-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-contents-api
  name: Jupyter Notebook Contents API
  description: File and directory management including notebooks, files, directories, and checkpoints.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Contents
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-contents-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-general-api
  name: Jupyter Notebook General API
  description: General gateway information.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - General
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-general-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-groups-api
  name: Jupyter Notebook Groups API
  description: Group management for organizing users.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Groups
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-groups-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-hub-api
  name: Jupyter Notebook Hub API
  description: Hub lifecycle management.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Hub
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-hub-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-kernels-api
  name: Jupyter Notebook Kernels API
  description: Kernel lifecycle management on the gateway. The gateway may enforce kernel limits and seed kernels.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Kernels
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-kernels-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-kernelspecs-api
  name: Jupyter Notebook Kernelspecs API
  description: Kernel specification listing and retrieval.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Kernelspecs
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-kernelspecs-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-proxy-api
  name: Jupyter Notebook Proxy API
  description: Configurable HTTP proxy routing table management.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Proxy
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-proxy-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-services-api
  name: Jupyter Notebook Services API
  description: The Services API from Jupyter Notebook — 2 operation(s) for services.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-services-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-sessions-api
  name: Jupyter Notebook Sessions API
  description: Session management for associating notebooks with running kernels.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Sessions
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-sessions-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-terminals-api
  name: Jupyter Notebook Terminals API
  description: Terminal session management on the server.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Terminals
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-terminals-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
- aid: jupyter-notebook:jupyter-notebook-users-api
  name: Jupyter Notebook Users API
  description: User management including creation, deletion, server management, and token management.
  humanURL: https://jupyter-notebook.readthedocs.io/
  baseURL: http://localhost:8888/api
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/jupyter-notebook-users-api-openapi.yml
  - type: Documentation
    url: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html
  - type: Repository
    url: https://github.com/jupyter/notebook
  - type: JSONSchema
    url: json-schema/jupyter-notebook-document.json
  - type: JSONSchema
    url: json-schema/jupyter-contents-model.json
  - type: JSONSchema
    url: json-schema/jupyter-kernel-spec.json
  - type: JSONLDContext
    url: json-ld/jupyter-notebook-context.jsonld
  - type: Documentation
    url: https://jupyter-kernel-gateway.readthedocs.io/en/latest/
  - type: Repository
    url: https://github.com/jupyter-server/kernel_gateway
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
common:
- type: AgenticAccess
  url: agentic-access/jupyter-notebook-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/jupyter-notebook-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/jupyter-notebook-domain-security.yml
- type: Authentication
  url: authentication/jupyter-notebook-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/project-jupyter
- type: Website
  url: https://jupyter.org
- type: Documentation
  url: https://docs.jupyter.org/en/latest/
- type: GettingStarted
  url: https://docs.jupyter.org/en/latest/start/index.html
- type: Blog
  url: https://blog.jupyter.org/
- type: GitHubOrganization
  url: https://github.com/jupyter
- type: Community
  url: https://jupyter.org/community
- type: Support
  url: https://discourse.jupyter.org/
- type: Security
  url: https://jupyter.org/security
- type: YouTube
  url: https://www.youtube.com/@ProjectJupyter
- type: StackOverflow
  url: https://stackoverflow.com/questions/tagged/jupyter-notebook
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
  url: https://apievangelist.com