You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
557 B
ReStructuredText

11 years ago
A simple IPython kernel for bash
This requires IPython 3.
11 years ago
To use it, install with ``pip install bash_kernel``, and then run one of:
11 years ago
.. code:: shell
ipython notebook
# In the notebook interface, select Bash from the 'New' menu
11 years ago
ipython qtconsole --kernel bash
ipython console --kernel bash
11 years ago
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>`_