Jupyter Server

Backend that powers Jupyter Notebook, JupyterLab, and other Jupyter web applications. Exposes the core REST API and the WebSocket messaging endpoints used to communicate with kernels.

API entry from apis.yml

apis.yml Raw ↑
aid: jupyter:jupyter-server
name: Jupyter Server
description: Backend that powers Jupyter Notebook, JupyterLab, and other Jupyter web applications. Exposes
  the core REST API and the WebSocket messaging endpoints used to communicate with kernels.
humanURL: https://jupyter-server.readthedocs.io/en/latest/developers/index.html
baseURL: http://localhost:8888/api
tags:
- Compute
- Kernels
- REST API
- Sessions
properties:
- type: APIsYAML
  url: https://raw.githubusercontent.com/api-evangelist/jupyter-server/refs/heads/main/apis.yml
- type: Documentation
  url: https://jupyter-server.readthedocs.io/en/latest/developers/rest-api.html
- type: Repository
  url: https://github.com/jupyter-server/jupyter_server