7 lines
119 B
Makefile
7 lines
119 B
Makefile
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
|
|
|
default:
|
|
@just --list
|
|
|
|
run:
|
|
uv run jupyter lab
|