Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dahn-zk/zsh-jupyter-kernel

Z shell kernel for Jupyter Notebook
https://github.com/dahn-zk/zsh-jupyter-kernel

ipython ipython-kernel jupyter jupyter-kernel zsh

Last synced: 5 days ago
JSON representation

Z shell kernel for Jupyter Notebook

Awesome Lists containing this project

README

        

# Zsh kernel for Jupyter

![](https://raw.githubusercontent.com/dahn-zk/zsh-jupyter-kernel/master/screenshots/example.png)

a simple Z Shell Jupyter kernel powered by Python, IPyKernel, Pexpect,
and enthusiasm — turn your scripts into notebooks!

## installation

[PyPi](https://pypi.org/project/zsh-jupyter-kernel/):

Pip
```sh
python -m pip install zsh_jupyter_kernel
```

Pipenv
```sh
pipenv install zsh_jupyter_kernel
```

### install kernel file

see the help command for details
```sh
python -m zsh_jupyter_kernel.install --help
```