1. Quick start

1.1. Set up the extension with docker compose

# git clone https://github.com/educational-technology-collective/jupyterlab-pioneer
# cd configuration_examples
docker compose -p jupyterlab_pioneer up --build

A JupyterLab application with the extension installed and configured will run on localhost:8888.

(To play with different exporter configurations, edit Dockerfile and run docker compose again)