##// END OF EJS Templates
log history db failure before calling init_db...
log history db failure before calling init_db if init_db is where the failure occurs, we will never see the message due to infinite recursion. This does not fix the infinite recursion itself.

File last commit:

r21369:e184ea10
r22264:7cd4bd7a
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