-
Clone the course repository
git clone <REPO_URL>cd Photonics-Bootcamp
-
Install prerequisites
- Python 3.11+
uv(verify:uv --version)marimo(verify:marimo --version)
-
Open the Week 1 “Orientation + Tooling” lesson in marimo sandbox mode
marimo edit --sandbox marimo_course/lessons/w01_orientation_tooling.py
-
Then open the practice notebook
marimo edit --sandbox marimo_course/lessons/practice_marimo.py
From the repo root (Photonics-Bootcamp):
python3 -m venv .venvsource .venv/bin/activate(Windows PowerShell:.venv\\Scripts\\Activate.ps1)pip install -r marimo_course/requirements.txtmarimo edit marimo_course/lessons/w01_orientation_tooling.py