##// 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:

r20955:c71dcbcd
r22554:0668587b
Show More
kernelspecapp.py
1 line | 43 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 from jupyter_client.kernelspecapp import *