Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 455 Bytes

File metadata and controls

21 lines (15 loc) · 455 Bytes

StakeholderValueNetworks

Run this project with uv on both macOS and Windows.

Quick start

uv python install 3.12
uv sync --frozen
uv run jupyter lab StakeholderValueNetworks.ipynb

Notes

  • uv.lock is committed for reproducible installs across platforms.
  • .python-version pins the default interpreter to Python 3.12.
  • You can also open classic Notebook UI:
uv run jupyter notebook StakeholderValueNetworks.ipynb