##// END OF EJS Templates
Backport PR #9953: corrected split with rsplit...
Backport PR #9953: corrected split with rsplit sir, _Carreau i changed the split with rsplit, i did it because with split only the first that is splitted from the string is taken, but with rsplit the last string is taken, which is what we want. please verify sir.

File last commit:

r21369:e184ea10
r22895:9be58f19
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