From 528e326a25ae9309b86294f20e64eab426c5ed29 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 27 Dec 2025 11:41:37 -0500 Subject: [PATCH] Add a justfile --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..493bbc3 --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] + +default: + @just --list + +run: + uv run jupyter lab