Skip to content

Commit

Permalink
downgrade notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Oct 27, 2023
1 parent 0f11920 commit c6e791d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ARG JUPYTERHUB_VERSION=3.0.0

# coerce pandas to 1.5.3. 2.0 released april 3rd and currently breaks tests.
RUN pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --sys-prefix && \
pip install --upgrade notebook==6.4.12 && \
/usr/share/datahub/scripts/install-python-all.sh && \
pip install pandas==2.0.3 'mistune>=2' --upgrade && \
pip install nltk \
Expand Down

0 comments on commit c6e791d

Please sign in to comment.