This guide gets you ready to run the course notebooks in VS Code using a conda‑forge environment managed with mamba.
~/Downloads/ModelsPopBiol-master).git, clone https://github.com/yoavram/ModelsPopBiol (not covered here).environment.yaml).mamba env create -f environment.yaml
conda activate modelspopbio
mamba is unavailable, install it with conda install -n base -c conda-forge mamba or run conda env create -f environment.yaml instead.index.ipynb in VS Code.modelspopbio.In a notebook cell, run:
import numpy
print(numpy.__version__)
You should see version number without errors.