##// END OF EJS Templates
Note use of -- for -i to behave like cpython...
Note use of -- for -i to behave like cpython Providing script arguments is only really useful with -i, and while this is described in the main Usage section of ipython --help, it seems more directly helpful here

File last commit:

r21369:e184ea10
r21556:1a63c2f9
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