##// END OF EJS Templates
Add config option for vi/emacs style open-editor shortcuts...
Add config option for vi/emacs style open-editor shortcuts F2 is always enabled, but passing the option to prompt_toolkit binds v (in vi mode, overriding its 'visual mode' function), and C-X C-E in emacs mode. Closes gh-10259 Closes gh-10278

File last commit:

r21369:e184ea10
r23409:3b673796
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