Skip to content

drennalls/bash_kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

A bash kernel for IPython

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%