Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dahn-zk/zsh-jupyter-kernel
- Owner: dahn-zk
- License: gpl-3.0
- Created: 2019-06-24T22:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T18:10:47.000Z (11 days ago)
- Last Synced: 2025-01-06T01:09:40.844Z (6 days ago)
- Topics: ipython, ipython-kernel, jupyter, jupyter-kernel, zsh
- Language: Python
- Size: 1.31 MB
- Stars: 84
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - dan-oak/zsh-jupyter-kernel - Z shell kernel for Jupyter Notebook (others)
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
```