Setup guide

This guide gets you ready to run the course notebooks in VS Code using a conda‑forge environment managed with mamba.

Install Miniforge

Install VS Code

Download the course materials

Open the course folder in VS Code

Install the Python extension for VS Code

Install the Jupyter extension for VS Code

Create the course environment from the VS Code terminal

Open the notebooks and select the kernel

Quick test

In a notebook cell, run:

import numpy
print(numpy.__version__)

You should see version number without errors.

Enable GitHub Copilot in VS Code