##// END OF EJS Templates
Explicits deprecation warnings removal versions....
Explicits deprecation warnings removal versions. Otherwise we never know when a feature will be removed. Nothing prevent us to keep longer, but at least giving a version number instead of "Next Major release" give a hint to users. And also when we want to cleanup later, we don't have to wonder when the deprecation was added.

File last commit:

r21369:e184ea10
r21889:0cb1da81
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