UBC Solar's data analysis environment
- Git (
git --version
) - Git LFS (
git lfs --version
).- Install with
brew install git-lfs
or similar.
- Install with
- Python 3.11 (
python3 --version
) - Poetry (
poetry --version
)
poetry install --no-root
If your Jupyter kernel fails to resolve packages in the Poetry environment such as data_tools
and physics
, you may need to run
python -m ipykernel install --user --name=stg-data-analysis --display-name "stg-data-anaylsis"
and then select the "stg-data-anaylsis" kernel instead of the base "ipykernel".