gpt4 book ai didi

ipython - 如何在IPython中显示函数参数?

转载 作者:行者123 更新时间:2023-12-02 04:23:15 25 4
gpt4 key购买 nike

我读到,在函数后按 shift+tab 会在 IPython 笔记本中显示该函数的文档字符串,但这似乎在我的 IPython(无笔记本)中不起作用。我在 Ubuntu 上运行 IPython 4.0.0。

有什么建议吗?

最佳答案

标准(控制台)IPython 不支持 <shift> + <tab> 的调用提示。但是函数之前或之后的问号会显示文档字符串:

In [1]: list.index?
Docstring:
L.index(value, [start, [stop]]) -> integer -- return first index of value.
Raises ValueError if the value is not present.
Type: method_descriptor

作为替代方案,您可以使用 qtconsole 版本:

ipython qtconsole

然后:

In [1]: list.index(

应该向您显示一个带有通话提示的框,而无需按 <shift> + <tab> :

enter image description here

关于ipython - 如何在IPython中显示函数参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34393217/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com