summaryrefslogtreecommitdiff
path: root/ar/.config/zsh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 04:57:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 04:57:37 +0900
commit0423b9850f06a32ef102547c2dabc3015d379ecc (patch)
treeb9aae5725b58af13a2d65763e389f391ef3b62c8 /ar/.config/zsh
parent618a7d709658ada71730ea3ff33f0ec7fd937c1e (diff)
updates
Diffstat (limited to 'ar/.config/zsh')
-rw-r--r--ar/.config/zsh/scripts.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh
index 5d45c0b..8a45ae5 100644
--- a/ar/.config/zsh/scripts.zsh
+++ b/ar/.config/zsh/scripts.zsh
@@ -791,6 +791,7 @@ function active_venv() {
source "$XDG_DATA_HOME/venvs/$venv/bin/activate"
python -m ensurepip --upgrade >/dev/null 2>&1
python -m pip install --upgrade pip >/dev/null 2>&1
+ jupyter kernel --kernel=$venv
}
# list venvs