Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 610 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 610 Bytes

Multiverse Notebook

A Notebook Environment for Safe and Efficient Exploration

Run Multiverse Notebook

With Docker

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

Without Docker

Requirements: Linux, Python3, NPM, Make

# Build Multiverse Notebook
make

# Run Multiverse Notebook
./.venv/bin/mvnb

# Open http://localhost:8000 in your browser

Usage

usage

See also this demo video