diff --git a/docker-compose/jupyter/Dockerfile b/docker-compose/jupyter/Dockerfile index 1497b848a3afacfb5ca14c49a7a9daf9aeb7f1b3..8be3e9f3900b01e80893d38aedcb4f6397aa8fd0 100644 --- a/docker-compose/jupyter/Dockerfile +++ b/docker-compose/jupyter/Dockerfile @@ -10,6 +10,9 @@ ENV HOME=/home/user RUN sudo mkdir -p ${HOME} RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME} +# ipython 7.28 is broken in combination with Jupyter, it causes connection errors with notebooks +RUN sudo pip3 install ipython==7.27.0 + RUN sudo pip3 install jupyter RUN sudo pip3 install ipykernel RUN sudo pip3 install jupyter_bokeh