【发布时间】:2016-02-20 22:38:32
【问题描述】:
我正在使用 anaconda 的 jupyter ipython notebook。
有没有像RStudio 那样快速查看函数参数的方法?例如?merge 在 RStudio 的右下方窗口中显示合并文档。
我专门寻找 matplotlib.figure() 的参数,我在这里找到了,但这很耗时:http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.figure
找到与问题相关的帖子:Getting list of parameter names inside python function
但不确定是不是同一个问题。
【问题讨论】:
标签: python python-2.7 ipython