🌐 Website • 📄 Paper • 🎬 Talk • 🐦 Twitter • 📚 Notebooks
- Create a virtual environment
python3 -m venv .venv --prompt=streaming-flow-policy source .venv/bin/activate
- pip-install this repository.
pip install -e .
-
Install uv.
pip install uv
-
Sync Python dependencies using uv:
uv sync
The Jupyter Book is built using jupyter-book. It lives in the docs/
directory.
jupyter-book clean docs
jupyter-book build docs
Add a symlink to the docs
directory.
The HTML content is created in the docs/_build/html
directory.