Open Property Network DB
- Install
uvif not already installed (Python package manager) - Pull down repository into Jupyter-enabled IDE
- Create environment and install packages
cd opndb-cdinto opndb root directoryuv venv- Createuvvirtual environmentsource .venv/bin/activate- Activateuvvirtual environmentuv pip install .- Installs all packages & dependencies specified in pyproject.toml- [OPTIONAL]
uv pip install pip- This may be required to enable jupyter notebooks in some IDEs
- Configure local jupyter server to use the
uvenvironment