Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 596 Bytes

File metadata and controls

30 lines (21 loc) · 596 Bytes

Zsh kernel for Jupyter

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

installation

PyPI:

pip install zsh_jupyter_kernel

install kernel file

see the help command for details

python -m zsh_jupyter_kernel.install --help

development

pip install uv
uv sync
uv run python -m zsh_jupyter_kernel.install --sys-prefix
uv run pytest