File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,15 +166,6 @@ if [[ "$DARK_MODE" == "true" ]]; then
166166 fi
167167fi
168168
169- # install packages for jupyter-ai
170- if [[ " $ENABLE_JUPYTER_AI_EXTENSION " == " true" ]]; then
171- if command -v uv & > /dev/null; then
172- uv pip install --system --no-cache jupyter-ai langchain-ollama langchain-openai
173- else
174- pip install --no-cache-dir jupyter-ai langchain-ollama langchain-openai
175- fi
176- fi
177-
178169# inject proxy variables
179170env_vars=(" NO_PROXY" " no_proxy" " HTTP_PROXY" " http_proxy" " HTTPS_PROXY" " https_proxy" )
180171
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function apt_install() {
1111}
1212
1313if command -v uv & > /dev/null; then
14- uv pip install --system --no-cache jupyterlab
14+ uv pip install --system --no-cache jupyterlab jupyter-ai langchain-openai
1515else
16- pip install --no-cache-dir jupyterlab
16+ pip install --no-cache-dir jupyterlab jupyter-ai langchain-openai
1717fi
You can’t perform that action at this time.
0 commit comments