Add a justfile
This commit is contained in:
parent
c1e2c71482
commit
528e326a25
1 changed files with 7 additions and 0 deletions
7
justfile
Normal file
7
justfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
||||
|
||||
default:
|
||||
@just --list
|
||||
|
||||
run:
|
||||
uv run jupyter lab
|
||||
Loading…
Reference in a new issue