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