##// END OF EJS Templates
Extend the completion layout to use a third readlinelike option....
Extend the completion layout to use a third readlinelike option. The `display_completions_in_columns` thus becomes deprecated, and the Boolean is replaced by an Enum: `column`, `multicolumn`, `readlinelike` which give us more freedom to implement extra-layout later.

File last commit:

r21369:e184ea10
r22554:0668587b
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