##// END OF EJS Templates
A few style fixes:...
A few style fixes: Missing parameters in function call, use context manager correctly, For/else is also a rarely use construction that can be confusing. As we don't have break statement in the loop, there is no need for it.

File last commit:

r21369:e184ea10
r22354:5d76f111
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