##// END OF EJS Templates
Backport PR #10974: IPython breaks import matplotlib.pyplot when there is no display
Backport PR #10974: IPython breaks import matplotlib.pyplot when there is no display

File last commit:

r21369:e184ea10
r24548:9c898df3
Show More
Dockerfile
7 lines | 200 B | text/x-dockerfile-config | DockerLexer
# DEPRECATED: You probably want jupyter/notebook
FROM jupyter/notebook
MAINTAINER IPython Project <ipython-dev@scipy.org>
ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2