Notebooks ========= Worked examples as `marimo `_ notebooks --- **plain Python files** with ``@app.cell`` decorators, so they diff and review like source rather than like JSON, and they run three ways: .. code-block:: bash pip install 'vdjtools[examples]' marimo edit examples/signature_features.py # interactive marimo run examples/signature_features.py # read-only app python examples/signature_features.py # plain script; prints, no UI Each one bootstraps its own data from Hugging Face (`isalgo/airr_benchmark `_) and caches it, so a fresh ``pip install`` is enough --- no local paths and no pre-staged files. Drop a copy under ``./data_dump/`` (gitignored) and it is used instead of downloading. Signatures ---------- .. raw:: html Analysis -------- .. raw:: html