Build an run containers using docker compose
docker compose up --build notebook
Using
Justfilethis is a matter of runningjust buildand from there onjust dev
After working you can release resources using:
docker compose down
A Justfile is included!
Find the Book in No Starch Press here