##// END OF EJS Templates
fix instantiation of shell in test_inline_twice...
fix instantiation of shell in test_inline_twice test was failing because get_ipython() returns an instance where inline backend doesn't make sense.

File last commit:

r21369:e184ea10
r21765:3c0a00d0
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