在 IPython 终端中,help(object) 在 "less" window 中调出彩色手册页。 help() 也可以在 jupyter qtconsole/notebook 中进行交互吗?

In the IPython terminal, help(object) brings up a colored man page in a "less" window. Can help() also have interaction in jupyter qtconsole/notebook?

我想知道是否可以在 qtconsolenotebook 中生成更多交互式 help(object) 页面,例如 ipython 终端控制台和内置 python命令行工具。例如,一些包含 Qt window/browser 选项卡(分别)的临时弹出窗口可以滚动和搜索。

有人有什么想法吗?

IPython 提供自己的 introspection/help 工具和 ?,所以如果你这样做 object?,你应该得到与 help(object) 相似的输出,并且它将进入当前版本的寻呼机区域。