Metadata-Version: 1.2
Name: calysto_bash
Version: 0.1.1
Summary: A Bash kernel for Jupyter
Home-page: https://github.com/calysto/calysto_bash
License: UNKNOWN
Author: Steven Silvester
Author-email: steven.silvester@ieee.org
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Requires-Dist: metakernel (>=0.10.5)

A Calysto Jupyter kernel for Bash.

To install::

    pip install calysto_bash
    python -m calysto_bash.install

To use it, run one of:

.. code:: shell

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

This is based on `MetaKernel <http://pypi.python.org/pypi/metakernel>`_,
which means it features a standard set of %%magics.

A sample notebook is available online_.


.. _online: http://nbviewer.ipython.org/github/Calysto/calysto_bash/blob/master/calysto_bash.ipynb

