##// END OF EJS Templates
Switch embedded IPython over to prompt_toolkit shell...
Switch embedded IPython over to prompt_toolkit shell Manually tested with the checks in tools/tests/embed/

File last commit:

r21369:e184ea10
r22229:31bf5e8b
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