Search code examples
ipythonjupyter-notebookdocstringtab-completion

function name + tab does not return docstring in IPython


In IPython, I am used to write

function(

and then strike a tab, and get the contents of the docstring and a list of the named arguments. However, this stopped working since I installed IPython 2.0. Is there an explanation or a know fix?


Solution

  • Oh, the shortcut is now shift+tab.