Architecture of IPython notebook’s Dashboard — Jupyter Documentation 4.1.1 alpha documentation (original) (raw)

Attention

This is copied verbatim from the old IPython wiki and is currently under development. Much of the information in this part of the development guide is out of date.

The tables below show the current RESTful web service architecture implemented in IPython notebook. The listed URL’s use the HTTP verbs to return representations of the desired resource.

We are in the process of creating a new dashboard architecture for the IPython notebook, which will allow the user to navigate through multiple directory files to find desired notebooks.

Current Architecture#

Miscellaneous

Notebook contents API.

Kernel API

Sessions API

Clusters API

Old Architecture#

This chart shows the web-services in the single directory IPython notebook.

This chart shows the architecture for the IPython notebook website.

This chart shows the Web services that act on the kernels and clusters.