Tassie Trees Research Plan¶
Research plan and supporting notebooks.
The research plan is deployed as a Jupyter Book here: https://
Installation¶
This project uses pixi
or mamba
for environment management.
# Clone the repository
git clone https://github.com/peterwjacko/tassie-trees-research-plan.git
cd tassie-trees-research-plan
# Install with pixi
pixi install
# Install with conda/mamba
mamba create -n ttrp-env -f environment.yaml