Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Jupyter Qtconsole 配置中 ConsoleWidget.paging 选项有什么作用?该文档没有很好地解释此配置选项的用途。
在 qtconsole 中,文本可以显示在寻呼机中(例如,您键入时的帮助object?)。paging 选项告诉 qtconsole 如何显示这个寻呼机。
object?
如果您选择inline,它将像在通常的终端中一样显示。如果选择vsplit,则控制台将垂直拆分,文本将显示在下半部分,...
inline
vsplit