Compare commits

..

8 commits

2 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,8 @@ DEB_PKGS=(
imagemagick
inkscape
jq
jupyter
jupyter-notebook
jupyterlab
keepassxc
libnss-mdns

View file

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