https://github.com/wurli/jet
A Rust-powered Jupyter kernel supervisor for Neovim
https://github.com/wurli/jet
jupyter lua neovim neovim-plugin repl rust
Last synced: about 1 month ago
JSON representation
A Rust-powered Jupyter kernel supervisor for Neovim
- Host: GitHub
- URL: https://github.com/wurli/jet
- Owner: wurli
- License: mit
- Created: 2025-10-09T08:49:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-30T00:04:48.000Z (about 2 months ago)
- Last Synced: 2025-11-30T13:04:14.592Z (about 2 months ago)
- Topics: jupyter, lua, neovim, neovim-plugin, repl, rust
- Language: Rust
- Homepage:
- Size: 1.3 MB
- Stars: 21
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# jet ✈️
A jupyter manager for Neovim, built with love using Rust.
## Acknowledgements
* Posit for the [Ark](https://github.com/posit-dev/ark) R kernel, on which
much of the Rust code for jet was based.