##// END OF EJS Templates
docs: add more pointers to configuration of embedded IPython...
docs: add more pointers to configuration of embedded IPython The "Running IPython from Python" section of the docs under "Configuring IPython" gives a nice example of how to set IPython configuration options when embedding IPython. Add more pointer to this part of the documentation by linking to it from the docstrings of IPython.{embed_kernel, start_ipython, start_kernel} and IPython.terminal.embed.embed. While at it, consistenly refer to the config argument as "a traitlets :class:`Config` object". Finally, also mention that options can be set with a 'Config' object in the small paragraph under "IPython options".

File last commit:

r28076:7f8f8ea0
r28185:9e43aba8
Show More
index.rst
31 lines | 961 B | text/x-rst | RstLexer

.. _terminal-shortcuts-list:

=================
IPython shortcuts
=================

Shortcuts available in an IPython terminal.

.. note::

This list is automatically generated. Key bindings defined in ``prompt_toolkit`` may differ
between installations depending on the ``prompt_toolkit`` version.


* Comma-separated keys, e.g. :kbd:`Esc`, :kbd:`f`, indicate a sequence which can be activated by pressing the listed keys in succession.
* Plus-separated keys, e.g. :kbd:`Esc` + :kbd:`f` indicate a combination which requires pressing all keys simultaneously.
* Hover over the ⓘ icon in the filter column to see when the shortcut is active.

You can use :std:configtrait:`TerminalInteractiveShell.shortcuts` configuration
to modify, disable or add shortcuts.

.. role:: raw-html(raw)
:format: html


.. csv-table::
:header: Shortcut,Description and identifier,Filter
:delim: tab
:class: shortcuts
:file: table.tsv
:widths: 20 75 5