From 2e6d5a19f479d583eb4cd5d4d6ee3a30d3ebb142 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 25 Sep 2025 19:39:22 -0700 Subject: [PATCH] make notebook --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5aace4518c..05e81d8da5 100644 --- a/Makefile +++ b/Makefile @@ -170,3 +170,7 @@ clean: ## Remove build artifacts and caches @find . -name "*.pyd" -exec echo Deleting {} \; -delete @find . -name "*.pyo" -exec echo Deleting {} \; -delete @echo "Cleanup complete." + +notebook: ## Launch Jupyter Notebook + ${POETRY} run pip install jupyter + ${POETRY} run jupyter notebook