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 835a154 commit 72ed33dCopy full SHA for 72ed33d
Dockerfile
@@ -406,7 +406,9 @@ RUN pip install bcolz && \
406
pip install six && \
407
pip install terminado && \
408
pip install testpath && \
409
- pip install tornado && \
+ # Latest version (6.0) of tornado breaks Jupyter notebook:
410
+ # https://github.com/jupyter/notebook/issues/4439
411
+ pip install tornado==5.0.2 && \
412
pip install tqdm && \
413
pip install traitlets && \
414
pip install wcwidth && \
0 commit comments