Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Calysto/xonsh_kernel

Jupyter Kernel for Xonsh
https://github.com/Calysto/xonsh_kernel

xonsh

Last synced: about 2 months ago
JSON representation

Jupyter Kernel for Xonsh

Awesome Lists containing this project

README

        

A Calysto Jupyter kernel for Xonsh.

To install::

pip install xonsh_kernel
python -m xonsh_kernel.install

To use it, run one of:

.. code:: shell

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_.

.. _online: http://nbviewer.ipython.org/github/Calysto/xonsh_kernel/blob/master/xonsh_kernel.ipynb