##// END OF EJS Templates
Update long description for PyPI...
Update long description for PyPI Remove references to notebooks, Qt console, parallel computing, and mention that it now provides a Jupyter kernel for Python. Closes gh-8628

File last commit:

r21369:e184ea10
r21562:37ff5bd2
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