https://github.com/calysto/calysto_bash
A Calysto Bash Kernel
https://github.com/calysto/calysto_bash
Last synced: about 1 year ago
JSON representation
A Calysto Bash Kernel
- Host: GitHub
- URL: https://github.com/calysto/calysto_bash
- Owner: Calysto
- License: bsd-3-clause
- Created: 2016-02-12T15:52:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T17:38:12.000Z (about 2 years ago)
- Last Synced: 2025-04-09T23:47:00.472Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
A Calysto Jupyter kernel for Bash.
To install::
pip install calysto_bash
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 `_,
which means it features a standard set of %%magics.
A sample notebook is available online_.
Advanced Installation Notes::
We automatically install a Jupyter kernelspec when installing the
python package. This location can be found using ``jupyter kernelspec list``.
If the default location is not desired, you can remove the directory for the
``calysto_bash`` kernel, and install using `python -m calysto_bash install`. See
``python -m calysto_bash install --help`` for available options.
.. _online: http://nbviewer.ipython.org/github/Calysto/calysto_bash/blob/master/calysto_bash.ipynb