summaryrefslogtreecommitdiff
path: root/README.rst
blob: 68241693bf2fe2efab3a3b9bc8c66f25912dc4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
A simple IPython kernel for bash

This requires IPython 3, which is not yet released.

To test it, install with ``setup.py``, then::

    ipython qtconsole --kernel bash

For details of how this works, see IPython's docs on `wrapper kernels
<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_, and
Pexpect's docs on the `replwrap module
<http://pexpect.readthedocs.org/en/latest/api/replwrap.html>`_