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