diff --git a/ROOT_conda_built_scipy/Dockerfile b/ROOT_conda_built_scipy/Dockerfile
index 535704766695189c4d56bff20873cf107d31a398..e1579f5744bd9778749903827b09c1763c1d8be7 100644
--- a/ROOT_conda_built_scipy/Dockerfile
+++ b/ROOT_conda_built_scipy/Dockerfile
@@ -20,6 +20,10 @@ RUN apt-get update \
     libssl-dev\
     nano
 
+RUN conda update \
+jupyterlab \
+notebook
+
 #    ========================== 
 #    Installing ROOT 
 #    ==========================