Skip to content
Snippets Groups Projects
Commit 2a690f01 authored by Steffen Jacobs's avatar Steffen Jacobs
Browse files

Ipywidgets Version auf 8.1.5 festgeschrieben, um JavaScript-Fehler zu verhindern.

parent 76d342cb
No related branches found
No related tags found
No related merge requests found
Pipeline #235335 passed
......@@ -28,6 +28,7 @@ RUN apt-get install -y libopenmpi-dev
USER jovyan
RUN pip install --upgrade pip
RUN pip install jupyter-server-proxy==4.4.0
RUN pip install ipywidgets==8.1.5
# Install 'nice to have lab extensions'
#RUN pip install --upgrade jupyterlab
......
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