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.
Steven Silvester 8da70a352a Restart bash if we get an EOF error.
Restart bash if there are any errors

Limit catches to pexpect.EOF, print previous output

Catch keyboard interrupts while waiting for bash prompt

Revert try/catch around expect_prompt
12 years ago
kernelspec Fix codemirror mode in kernelspec 12 years ago
.gitignore Ensure that kernelspec gets into tarballs 12 years ago
MANIFEST.in Ensure that kernelspec gets into tarballs 12 years ago
README.rst Add README 12 years ago
bash_kernel.py Restart bash if we get an EOF error. 12 years ago
setup.py Version 0.2 12 years ago

README.rst

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>`_