Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Gino Bustelo edited this page Apr 4, 2016 · 8 revisions

Jupyter Declarative Widgets

The Elements

There are 2 kinds of elements, standalone and hybrid. A standalone element is just a regular WebComponent that can be used on a page and is fully functional with just HTML, JavaScript and CSS. A hybrid element is a standalone element that also requires a counterpart that runs in the Kernel. These elements are what bridge the data and functionality hosted in the kernel with elements and code that is running on the browser.

Backend Message Spec

Clone this wiki locally