You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thebe 0.9.0 is still under development and documentation is work in progress (PRs welcome!)
Thebe is a set of libraries allowing web applications and static web pages to provide interactive computation backed by a Jupyter kernel. It is organized in multiple libraries to allow it to be used flexibly in different web contexts.
Thebe comprises the following packages (located in the packages/ folder in this repo):
thebe - a browser bundle providing the same high level functionality found in earlier versions of thebe. Add the js & css bundles to your webpage, along with configuration information and make code cells editable, executable and interactive.
thebe-core - a typescript library shipped as esm/cjs/browser-bundle providing access to low level runtime objects and functions for working with Jupyter Servers, Sessions, Notebooks and Cells.
thebe-lite - a drop in typescript library shipped as a browser bundle that can be side-loaded alongside thebe-core that adds a jupyterlite server for WASM based kernels.
thebe-react - a typescript library providing React hooks and provider components for using thebe-core functionality within React applications.
Documentation
The latest thebe documentation is build using mystmd and is hosted here.
Demos
The demo page from apps/simple are hosted here on github pages which let's you check out the interactivity that the top level thebe library provides along with thebe-lite for JupyterLite based pyodide kernel access.
Development Setup
For the latest information on setting up a local development environment see CONTRIBUTING.md in this repository.
thebe was developed as a part of OpenDreamKit – Horizon 2020 European Research Infrastructure project (676541).
It is currently stewarded by the Executable Books Project.
Additional support was provided by the U.S. Department of Education Open Textbooks Pilot Program funding for the LibreTexts project (P116T180029).
About
Turn static HTML pages into live documents with Jupyter kernels.