Skip to content

Commit

Permalink
pining jupyter server as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 9, 2024
1 parent a8f0112 commit 8e5c192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions terra-jupyter-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 0 additions & 2 deletions terra-jupyter-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e5c192

Please sign in to comment.