Skip to content

Commit

Permalink
chore: add ref to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Sep 13, 2023
1 parent bbb03ac commit e6e4b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN if [ "$dev_mode" = "true" ]; then \
else pip install sparkmagic ; fi

# Jupyter extensions changed in >7.x.x
# For now, let's pin to 6 to avoid breaking things
# For now (workaround), let's pin to 6 to avoid breaking things
# xref: https://github.com/jupyter-incubator/sparkmagic/issues/825
RUN pip install notebook==6.5.5

RUN mkdir /home/$NB_USER/.sparkmagic
Expand Down

0 comments on commit e6e4b92

Please sign in to comment.