Модуль qtconsole
содержит описание своих сочетаний клавиш (в .../qtconsole/usage.py
), но единственный способ найти его содержимое (кроме использования less
из приглашения оболочки) -
$ 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
...
Не совсем очевидно ... Мой вопрос, есть ли встроенная команда для просмотра описания использования?