##// END OF EJS Templates
Explicitly close prompt_toolkit event loop after running...
Explicitly close prompt_toolkit event loop after running This is recommended, see jonathanslenders/python-prompt-toolkit#287. Normally it won't matter, because we close it just before the process exits, but if someone is embedding it repeatedly it could leave pipes lingering.

File last commit:

r21369:e184ea10
r22319:970a08d5
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