An open API service indexing awesome lists of open source software.

https://github.com/datacamp/bash_kernel


https://github.com/datacamp/bash_kernel

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

A Jupyter kernel for bash

Forked from [takluyver/bash_kernel](https://github.com/takluyver/bash_kernel)

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
`_, and
Pexpect's docs on the `replwrap module
`_