https://github.com/datacamp/bash_kernel
https://github.com/datacamp/bash_kernel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/datacamp/bash_kernel
- Owner: datacamp
- License: bsd-3-clause
- Created: 2018-01-25T16:07:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T09:02:46.000Z (about 8 years ago)
- Last Synced: 2025-01-15T22:25:04.832Z (over 1 year ago)
- Language: Python
- Size: 57.6 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
`_