thebe API

The thebe JavaScript API

Note

This document is a work in progress. We need to add jsdoc-style docstrings to our exported functions.

bootstrap(options)

Do it all in one go. 1. load options 2. run hooks 3. render cells 4. request a Kernel 5. hook everything up

Arguments
  • options (Object) – Object containing thebe options. Same structure as x-thebe-options.

Returns

Promise – Promise for connected Kernel object