Compare commits

..

8 commits

2 changed files with 2 additions and 4 deletions

View file

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