Skip to main content

Z shell kernel for Jupyter

Project description

Z shell kernel for Jupyter

Features

▶️ Execute

Execute any multiline Zsh code which does not wait for stdin. A pseudo terminal process runs until a kernel is stopped and is common for all notebook cells.

⏹ Interrupt

Interrupt any code as in any terminal.

🔎 Inspect

Get man pages for commands under cursor.

🧰 Complete

Complete code using all completions as in terminal.

😎 Just do it

See more supported features in Misc.

🔮

Everything else under active development. Create an Issue to request a feature.

Roadmap ✅Contribution 👍License 🤝

Install

Pipenv

pipenv --python 3.7 install notebook zsh_jupyter_kernel
pipenv run python -m zsh_jupyter_kernel.install --sys-prefix

Pip

python3 -m pip install notebook zsh_jupyter_kernel
python3 -m zsh_jupyter_kernel.install --sys-prefix

Run

Dockerized

./docker.zsh

docker build --tag zsh-jupyter-kernel:3.2 .
docker run --rm --interactive --tty \
  --publish=8889:8888 \
  --volume=$PWD/test:/home/jovyan \
  --name=zsh-jupyter-kernel \
  zsh-jupyter-kernel:3.2

Native

lab.sh

pipenv run jupyter notebook

Thanks to

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zsh-jupyter-kernel-3.3.tar.gz (13.8 kB view hashes)

Uploaded Source

Built Distribution

zsh_jupyter_kernel-3.3-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page