Reference
API reference for every published @jupyter-kit/* package. Pick one
from the sidebar (or the table below); each page documents the package’s
options, types, usage example, and any non-obvious behaviour.
For the why — how the packages fit together, the data flow, and the design rationale — see the architecture overview instead.
Browse by category
| Category | Packages |
|---|---|
| Core | @jupyter-kit/core |
| Framework wrappers (pick one) | /react · /vue · /svelte · /wc |
| Plugins (zero or more) | /editor-codemirror · math: katex / katex-cdn / mathjax / mathjax-cdn · /widgets |
| Executors (optional, one) | /executor-pyodide · /executor-webr · /executor-jupyter |
| Comm protocol (types only) | /comm |
| Themes | theme catalog |
New to the project? The getting-started page walks through the minimum install for a typical setup; the install wizard lets you pick options interactively.
Before you ship
Anything that executes arbitrary source code changes the threat model of your site. The security model page summarises the default protections, what they don’t cover, and what each executor plugin requires you to think about. Read it before going to production.