Run the Jupyter Lab server in a dedicated Zellij session

This commit is contained in:
Ohad Livne 2025-07-11 00:16:56 +03:00
parent 1a5206a715
commit 4dcb28aee7
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
layout {
pane {
command "jupyter"
args "lab" "--notebook-dir" "/home/ohad/Projects/notebooks/"
cwd "/home/ohad/"
}
}