From 7a5c7a7c1cab0cb4155e7fcb7c6c52e1bb7c2539 Mon Sep 17 00:00:00 2001 From: ihiverlet <94982379+ihiverlet@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:01:48 +0100 Subject: [PATCH] Create Jupyter local share directory Ensure the Jupyter directory is created for local installations. --- jupyter/scripts/install-jupyterlab.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter/scripts/install-jupyterlab.sh b/jupyter/scripts/install-jupyterlab.sh index 7f9ac71d..1eb5945d 100755 --- a/jupyter/scripts/install-jupyterlab.sh +++ b/jupyter/scripts/install-jupyterlab.sh @@ -15,3 +15,5 @@ if command -v uv &>/dev/null; then else pip install --no-cache-dir jupyterlab jupyter-ai langchain-openai fi + +mkdir -p ${HOME}/.local/share/jupyter