bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

A bash kernel for IPython

... image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/takluyver/bash_kernel/master

A Jupyter kernel for bash

This requires IPython 3.

To install::

pip install bash_kernel
python -m bash_kernel.install

To use it, run one of:

.. code:: shell

jupyter notebook
# In the notebook interface, select Bash from the 'New' menu
jupyter qtconsole --kernel bash
jupyter console --kernel bash

For details of how this works, see the Jupyter docs on wrapper kernels <http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html>, and Pexpect's docs on the replwrap module <http://pexpect.readthedocs.org/en/latest/api/replwrap.html>