Skip to content

api-evangelist/jupyter-notebook

Repository files navigation

Jupyter Notebook (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.

APIs.json: https://raw.githubusercontent.com/api-evangelist/jupyter-notebook/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Data Science
  • Interactive Computing
  • Jupyter
  • Machine Learning
  • Notebooks
  • Python

Timestamps

  • Created: 2024-01-15
  • Modified: 2026-05-19

APIs

Jupyter Notebook REST API

REST API for managing and interacting with Jupyter Notebook servers, including kernels, sessions, contents (notebooks and files), terminals, and kernel specifications.

Tags

  • Contents
  • Files
  • Kernels
  • Notebooks
  • REST API
  • Sessions

Properties

Jupyter Kernel Gateway API

Web server that provides headless access to Jupyter kernels for remote execution of code, with kernel and notebook HTTP modes.

Tags

  • Execution
  • Gateway
  • Headless
  • Kernels

Properties

JupyterHub REST API

Multi-user server management API for spawning, managing, and proxying multiple instances of single-user Jupyter notebook servers.

Tags

  • Authentication
  • Hub
  • Multi-User
  • REST API

Properties

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 shell, IOPub, stdin, and control channels.

Tags

  • Kernels
  • Messaging
  • Real-Time
  • WebSocket

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com URL: https://apievangelist.com

About

Jupyter Notebook is the original open-source web application for creating and sharing computational documents that contain live code, equations, visualizations, and narrative text.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors