https://github.com/vinayak-mehta/jupyterm
A toy implementation of the Jupyter client in Rust.
https://github.com/vinayak-mehta/jupyterm
Last synced: 9 months ago
JSON representation
A toy implementation of the Jupyter client in Rust.
- Host: GitHub
- URL: https://github.com/vinayak-mehta/jupyterm
- Owner: vinayak-mehta
- License: apache-2.0
- Created: 2020-11-01T11:55:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T14:16:51.000Z (about 5 years ago)
- Last Synced: 2025-02-28T18:57:40.120Z (10 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyterm
A \*toy implementation of the Jupyter client in Rust.
\*broken toy: I had to manually turn off auth on my installation of the [`jupyter_client`](https://github.com/jupyter/jupyter_client) used by the IPython kernel. Need to fix message signing.
## Usage
```
$ cargo run
```