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