Run the Jupyter Lab server in a dedicated Zellij session

This commit is contained in:
Ohad Livne 2025-07-11 00:16:56 +03:00
parent 1a5206a715
commit 4dcb28aee7
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 8 additions and 0 deletions

View file

@ -68,6 +68,7 @@ input type:touchpad {
# Start a terminal # Start a terminal
bindsym $launch+Return exec $term bindsym $launch+Return exec $term
bindsym $launch+t exec $term zellij attach --create main bindsym $launch+t exec $term zellij attach --create main
bindsym $launch+j exec $term zellij --layout jupyter attach --create jupyter
# Start Emacs # Start Emacs
bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame

View file

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