Skip to article frontmatterSkip to article content

this series of notebooks is for playing with execution modes in jupyter book

2 possible sets of options:

pros and cons:

see next notebook for an example of how to do that

prerequisites

as far as I can tell what is required is this (double check in the GH actions and myst.yml)

install NPM modules in the build environment

npm install -g mystmd thebe-core thebe thebe-lite

enable jupyterlite for myst

in myst.yml, add

  jupyter:
    lite: true

that is to say project.jupyter.lite = true