Compare commits

..

8 commits

2 changed files with 4 additions and 2 deletions

View file

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

View file

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