diff --git a/terra-jupyter-base/Dockerfile b/terra-jupyter-base/Dockerfile index 0efd17ba..d3f72be4 100644 --- a/terra-jupyter-base/Dockerfile +++ b/terra-jupyter-base/Dockerfile @@ -108,6 +108,7 @@ RUN pip3 -V \ # for jupyter_delocalize.py and jupyter_notebook_config.py # DO NOT CHANGE OR UNPIN NOTEBOOK OR JUPYTERLAB-SERVER! When trying with 6.5.5 and 2.24.0 notebook commands could not find the notebook config file && pip3 install notebook==6.5.4 \ + && pip3 install jupyter-server==1.24.0 \ && pip3 install jupyterlab-server==2.23.0 \ # See: https://stackoverflow.com/questions/77549493/modulenotfounderror-no-module-named-jupyter-server-contents/77549554#77549554 && pip3 install traitlets==5.9.0 \ diff --git a/terra-jupyter-python/requirements.txt b/terra-jupyter-python/requirements.txt index 3d6a14ce..414cd082 100644 --- a/terra-jupyter-python/requirements.txt +++ b/terra-jupyter-python/requirements.txt @@ -48,5 +48,3 @@ nbconvert>=7.7.3 shapely==1.8.5.post1 pygeos==0.12.0 geopandas==0.10.2 -# See: https://stackoverflow.com/questions/77549493/modulenotfounderror-no-module-named-jupyter-server-contents/77549554#77549554 -traitlets==5.9.0