qtconsole
模块包含其键绑定的描述(在.../qtconsole/usage.py
中),但是我发现翻页其内容的唯一方法(除了在shell提示符下使用less
之外)是< / p>
$ jupyter qtconsole # a new window pops out...
Jupyter QtConsole 4.4.2
Python 3.7.0 (default, Jun 28 2018, 13:15:42)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.1.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from qtconsole.usage import gui_reference
In [2]: %page -r gui_reference
产生
=====================
The Jupyter QtConsole
=====================
This console is designed to emulate the look, feel and workflow of a terminal
environment. Beyond this basic design, the console also implements
...
不是很明显...我的问题是,有一个内置的命令来分页使用说明吗?