A Calysto Jupyter kernel for Xonsh.
To install:
pip install xonsh_kernel python -m xonsh_kernel.install
To use it, run one of:
jupyter notebook
# In the notebook interface, select 'Calysto Xonsh' from the 'New' menu
ipython qtconsole --kernel calysto_xonsh
ipython console --kernel calysto_xonsh
This is based on MetaKernel, which means it features a standard set of %%magics. Note that this is different from the kernel that is distributed with Xonsh.
A sample notebook is available online.