Skip to content

nestauk/cookiecutter_sandbox

Repository files navigation

Cookiecutter Sandbox Demo

Setup

This project uses conda for virtual environment management. If you are new to conda, you can find the quickstart guide here.

We also utilise direnv via the .envrc file to automatically:

  • Import your environment variables from .env
  • Activate your virtual environment (only if you comment out the relevant lines in .envrc)

After installing direnv and conda on your system (we recommend doing this via brew on macOS), you must run the following commands in your terminal to set up the project:

direnv allow
conda env create -f environment.yaml
conda activate cookiecutter_sandbox_demo
pip install ".[dev]"
pre-commit install --install-hooks

Contributor guidelines

Technical and working style guidelines


Project based on Nesta's data science project template (Read the docs here).

About

Sandbox for working with the new ds-cookiecutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •