We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0fa88a + 5a90c0b commit e3d5c72Copy full SHA for e3d5c72
Dockerfile
@@ -38,10 +38,7 @@ RUN apt-get install -y libzmq3-dev default-jdk && \
38
pip install jupyter pycurl && \
39
# Install older tornado - https://github.com/jupyter/notebook/issues/4437
40
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 && \
+ pip install notebook && \
45
pip install nbconvert && \
46
R -e 'IRkernel::installspec()' && \
47
# Build pyzmq from source instead of using a pre-built binary.
0 commit comments