##// END OF EJS Templates
Remove unused code for building Windows installers
Remove unused code for building Windows installers

File last commit:

r21369:e184ea10
r23547:035d6430
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