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.
1 parent 5445d33 commit da62ffcCopy full SHA for da62ffc
Dockerfile
@@ -41,6 +41,8 @@ RUN apt-get install -y libzmq3-dev python-pip default-jdk && \
41
# the latest version also has a regression on the NotebookApp.ip option
42
# see: https://www.google.com/url?q=https://github.com/jupyter/notebook/issues/3946&sa=D&usg=AFQjCNFieP7srXVWqX8PDetXGfhyxRmO4Q
43
pip install notebook==5.5.0 && \
44
+ # Pin nbconvert b/170301227
45
+ pip install nbconvert==5.6.1 && \
46
R -e 'IRkernel::installspec()' && \
47
# Build pyzmq from source instead of using a pre-built binary.
48
yes | pip uninstall pyzmq && \
0 commit comments