Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Calysto/xonsh_kernel
Jupyter Kernel for Xonsh
https://github.com/Calysto/xonsh_kernel
xonsh
Last synced: 2 months ago
JSON representation
Jupyter Kernel for Xonsh
- Host: GitHub
- URL: https://github.com/Calysto/xonsh_kernel
- Owner: Calysto
- Created: 2015-07-06T03:18:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T21:36:13.000Z (over 8 years ago)
- Last Synced: 2024-11-25T22:41:01.798Z (3 months ago)
- Topics: xonsh
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 22
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
Awesome Lists containing this project
README
A Calysto Jupyter kernel for Xonsh.
To install::
pip install xonsh_kernel
python -m xonsh_kernel.installTo 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_xonshThis 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