diff --git a/.config/setup/01-install-packages.sh b/.config/setup/01-install-packages.sh index 6383320..0b56d5b 100755 --- a/.config/setup/01-install-packages.sh +++ b/.config/setup/01-install-packages.sh @@ -37,6 +37,8 @@ DEB_PKGS=( imagemagick inkscape jq + jupyter + jupyter-notebook jupyterlab keepassxc libnss-mdns diff --git a/.config/zellij/layouts/jupyter.kdl b/.config/zellij/layouts/jupyter.kdl index 1caca2a..223f0f0 100644 --- a/.config/zellij/layouts/jupyter.kdl +++ b/.config/zellij/layouts/jupyter.kdl @@ -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 "~" } }