How can I see function arguments in IPython Notebook Server 3?

后端 未结 4 1437
我寻月下人不归
我寻月下人不归 2020-12-12 12:25

I\'ve recently switched to IPython Notebook 3 (3.1.0-cbccb68 to be exact), the Anaconda version. Previously when I typed a function and opened a parenthesis like this:

4条回答
  •  伪装坚强ぢ
    2020-12-12 13:21

    Try Shift-Tab-Tab a bigger documentation appears, than with Shift-Tab. It's the same but you can scroll down.

    Shift-Tab-Tab-Tab and the tooltip will linger for 10 seconds while you type.

    Shift-Tab-Tab-Tab-Tab and the docstring appears in the pager (small part at the bottom of the window) and stays there.

提交回复
热议问题