Getting started
Install the uv package manager
Windows
Mac and Linux
Running the server
Install Python, dependencies and run the server:
Open Digraph Builder sidebar and refresh window.
Using Jupyter
Install Python, dependencies, Jupyter, create a kernel and run Jupyter Lab:
cd "path/to/qmm-server/folder"
uv python install 3.10
uv python pin 3.10
uv sync
uv pip install qmm-core
uv run python -m ipykernel install --user --name qmm --display-name "QMM Environment"
uv run jupyter lab
When creating a new notebook, select the "QMM Environment" kernel.