Run the Jupyter Lab server in a dedicated Zellij session
This commit is contained in:
parent
6053bc998c
commit
6d795095eb
2 changed files with 8 additions and 0 deletions
7
.config/zellij/layouts/jupyter.kdl
Normal file
7
.config/zellij/layouts/jupyter.kdl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
layout {
|
||||
pane {
|
||||
command "jupyter"
|
||||
args "lab" "--notebook-dir" "~/Projects/notebooks/"
|
||||
cwd "~"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue