##// END OF EJS Templates
Merge pull request #9925 from takluyver/pep527...
Merge pull request #9925 from takluyver/pep527 Only make .tar.gz sdists when releasing

File last commit:

r21369:e184ea10
r22848:f80087f8 merge
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