Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 617 Bytes

quick_start.rst

File metadata and controls

16 lines (11 loc) · 617 Bytes

Quick start

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)