Skip to content

Commit e3d5c72

Browse files
authored
Merge pull request #180 from Kaggle/unpin-notebook
Unpin notebook.
2 parents f0fa88a + 5a90c0b commit e3d5c72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ RUN apt-get install -y libzmq3-dev default-jdk && \
3838
pip install jupyter pycurl && \
3939
# Install older tornado - https://github.com/jupyter/notebook/issues/4437
4040
pip install "tornado<6" && \
41-
# to avoid breaking UI change, pin the jupyter notebook package
42-
# the latest version also has a regression on the NotebookApp.ip option
43-
# see: https://www.google.com/url?q=https://github.com/jupyter/notebook/issues/3946&sa=D&usg=AFQjCNFieP7srXVWqX8PDetXGfhyxRmO4Q
44-
pip install notebook==5.5.0 && \
41+
pip install notebook && \
4542
pip install nbconvert && \
4643
R -e 'IRkernel::installspec()' && \
4744
# Build pyzmq from source instead of using a pre-built binary.

0 commit comments

Comments
 (0)