##// END OF EJS Templates
Safely encode paths in compress_user...
Safely encode paths in compress_user - Avoids a `UnicodeDecodeError` when a tooltip that includes a non-ascii pathname is shown on Python 2 - Related to #8543

File last commit:

r21369:e184ea10
r21517:cda41d92
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