Skip to content

Commit

Permalink
need to also pin traitlets to a version compatible with old jupyter n…
Browse files Browse the repository at this point in the history
…otebook
  • Loading branch information
LizBaldo committed Sep 6, 2024
1 parent 0266baf commit a8f0112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions terra-jupyter-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ RUN pip3 -V \
# 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 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 \
&& pip3 install requests \
&& pip3 install firecloud \
&& pip3 install terra-notebook-utils==0.14.0 \
Expand Down
3 changes: 2 additions & 1 deletion terra-jupyter-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ 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 a8f0112

Please sign in to comment.