All Projects → Calysto → xonsh_kernel

Calysto / xonsh_kernel

Licence: other
Jupyter Kernel for Xonsh

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Labels

Projects that are alternatives of or similar to xonsh kernel

xontrib-prompt-bar
The bar prompt for xonsh shell with customizable sections and Starship support.
Stars: ✭ 27 (+35%)
Mutual labels:  xonsh
xontrib-output-search
Get identifiers, paths, URLs and words from the previous command output and use them for the next command in xonsh shell.
Stars: ✭ 26 (+30%)
Mutual labels:  xonsh
awesome-xonshrc
👓 🐚 Make your xonsh RC file installable with awesome snippets of code.
Stars: ✭ 43 (+115%)
Mutual labels:  xonsh
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+22010%)
Mutual labels:  xonsh
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+12695%)
Mutual labels:  xonsh
Xonsh
🐚 Python-powered, cross-platform, Unix-gazing shell
Stars: ✭ 5,327 (+26535%)
Mutual labels:  xonsh
xontrib-z
Tracks your most used directories, based on 'frecency'.
Stars: ✭ 15 (-25%)
Mutual labels:  xonsh
xonsh-quickstart
A crash course in the xonsh shell
Stars: ✭ 31 (+55%)
Mutual labels:  xonsh
carapace-bin
multi-shell multi-command argument completer
Stars: ✭ 42 (+110%)
Mutual labels:  xonsh

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].