A magma kernel for Jupyter, based on bash_kernel
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.
Chris Grande ce85257bf7 Changed example to point to magma childproc instead of bash. 10 years ago
magma_kernel Changed example to point to magma childproc instead of bash. 10 years ago
.gitignore Ensure that kernelspec gets into tarballs 12 years ago
LICENSE Add LICENSE 10 years ago
README.rst Two step install process 11 years ago
flit.ini Changed example to point to magma childproc instead of bash. 10 years ago

README.rst

A simple IPython 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

    ipython notebook
    # In the notebook interface, select Bash from the 'New' menu
    ipython qtconsole --kernel bash
    ipython 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>`_