Skip to content

Commit 64e7204

Browse files
authored
Create Jupyter local share directory (#347)
1 parent 40faccc commit 64e7204

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jupyter/scripts/install-jupyterlab.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ if command -v uv &>/dev/null; then
1515
else
1616
pip install --no-cache-dir jupyterlab jupyter-ai langchain-openai
1717
fi
18+
19+
mkdir -p ${HOME}/.local/share/jupyter/jupyter_ai

0 commit comments

Comments
 (0)