Calysto / calysto_bash

A Calysto Bash Kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Calysto Jupyter kernel for Bash.

To install:

pip install calysto_bash

To use it, run one of:

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.

About

A Calysto Bash Kernel

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 53.3%Language:Jupyter Notebook 34.9%Language:Makefile 11.8%