Earlier quoted context omitted.
IPython dev here, Thanks to you (and the author) for being happy users of IPython; but if you don't have complaints you are not using it enough :-) We do our best to provide good completion; but most of the work is thanks to Jedi (Dave Halter) for the completion and prompt_toolkit (Jonathan Slenders) for the UI , at least in terminal. There is a lot of improvement that could be done to completion (time and funding mi…
> if you don't have complaints you are not using it enough I'm a daily user. I wish there were a way to enable the autocomplete and doc display that ptipython has. In both the terminal and jupyter it would be very helpful.
In JupyterLab you can open the "Inspector" that should have the equivalent and show the doc for the current token under cursor.
I'd love to have time to implement that for IPython, or even have for the completer the documentation that pops up for the current highlighted option of the completer.
As IPython is now based on Prompt toolkit there is no reason not to have that; it's mostly a question of finding the time to implement it !