A Notebook Environment for Safe and Efficient Exploration
Requirement: Docker
# Run Multiverse Notebook in a container
docker run --rm -p 8000:8000 -it ghcr.io/mvnb-research/mvnb:mvnb
# Open http://localhost:8000 in your browser
Requirements: Linux, Python3, NPM, Make
# Build Multiverse Notebook
make
# Run Multiverse Notebook
./.venv/bin/mvnb
# Open http://localhost:8000 in your browser
See also this demo video