diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 04:57:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 04:57:37 +0900 |
| commit | 0423b9850f06a32ef102547c2dabc3015d379ecc (patch) | |
| tree | b9aae5725b58af13a2d65763e389f391ef3b62c8 /ar/.config/zsh | |
| parent | 618a7d709658ada71730ea3ff33f0ec7fd937c1e (diff) | |
updates
Diffstat (limited to 'ar/.config/zsh')
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 1 |
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 |
