Skip to content
Snippets Groups Projects
Commit 00822b69 authored by Julian Rasch's avatar Julian Rasch
Browse files

Try installing jupyterlab dash extension

parent 08c88665
No related branches found
No related tags found
1 merge request!6Finalized Jupyterlab for the sprint
Pipeline #181553 passed
...@@ -14,5 +14,9 @@ RUN pip install jupyter-server-proxy==4.0.0 ...@@ -14,5 +14,9 @@ RUN pip install jupyter-server-proxy==4.0.0
RUN pip install jupyterlab-git==0.42.0 RUN pip install jupyterlab-git==0.42.0
RUN pip install jupyterlab-gitlab==3.0.0 RUN pip install jupyterlab-gitlab==3.0.0
# Install jupyterlab-dash
RUN jupyter labextension install jupyterlab-dash
# Copy and install additional Python packages
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment