7 lines
130 B
Text
7 lines
130 B
Text
layout {
|
|
pane {
|
|
command "jupyter"
|
|
args "lab" "--notebook-dir" "~/Projects/notebooks/"
|
|
cwd "~"
|
|
}
|
|
}
|