Setup guide

This guide gets you ready to run the course Marimo notebooks in VS Code using the official marimo extension, GitHub Copilot, and a reproducible pixi environment. Additional lecture and assignment notebooks will be published in Marimo format as the course proceeds.

Install pixi

Install VS Code

Download the course materials

Open the course folder in VS Code

Install VS Code extensions (main workflow)

Create the course environment from the VS Code terminal

Quick test

In the VS Code terminal, run:

pixi run python -c "import numpy; print(numpy.__version__)"

You should see version number without errors.

Open Marimo notebooks in VS Code (main flow)

Optional: start marimo app from the terminal