Compare commits

..

8 commits

2 changed files with 2 additions and 4 deletions

View file

@ -37,8 +37,6 @@ 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" "~/Projects/notebooks/"
cwd "~"
args "lab" "--notebook-dir" "/home/ohad/Projects/notebooks/"
cwd "/home/ohad/"
}
}