##// END OF EJS Templates
Limit unwrapping __wrapped__ attributes to prevent infinite loops...
Limit unwrapping __wrapped__ attributes to prevent infinite loops Closes gh-9122 Some objects lie. Some objects lie again and again and again. Don't trust the objects.

File last commit:

r21369:e184ea10
r21905:6addf4a7
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