A Template for Python Programming in VSCode
We recommend miniforge to set up your python environment.
Set up a new conda environment with the following commands:
conda env create -n $YOUR_ENV_NAME -f environment.yml
conda activate $YOUR_ENV_NAME
pip install -r requirements.txt
pre-commit install