Compare commits
8 commits
433a5dfb13
...
620d8cdb8a
| Author | SHA1 | Date | |
|---|---|---|---|
| 620d8cdb8a | |||
| d029cb2211 | |||
| f29b421e44 | |||
| 7749446251 | |||
| ea474c6178 | |||
| 4b80f3f173 | |||
| 6d795095eb | |||
| 6053bc998c |
2 changed files with 4 additions and 2 deletions
|
|
@ -37,6 +37,8 @@ DEB_PKGS=(
|
||||||
imagemagick
|
imagemagick
|
||||||
inkscape
|
inkscape
|
||||||
jq
|
jq
|
||||||
|
jupyter
|
||||||
|
jupyter-notebook
|
||||||
jupyterlab
|
jupyterlab
|
||||||
keepassxc
|
keepassxc
|
||||||
libnss-mdns
|
libnss-mdns
|
||||||
|
|
|
||||||
|
|
@ -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 "~"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue