https://github.com/michaelb/rust-jupyter-client
A backup of https://gitlab.com/srwalker101/rust-jupyter-client
https://github.com/michaelb/rust-jupyter-client
Last synced: 18 days ago
JSON representation
A backup of https://gitlab.com/srwalker101/rust-jupyter-client
- Host: GitHub
- URL: https://github.com/michaelb/rust-jupyter-client
- Owner: michaelb
- License: apache-2.0
- Created: 2021-04-15T17:25:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T17:27:09.000Z (about 5 years ago)
- Last Synced: 2026-03-01T13:46:05.489Z (4 months ago)
- Language: Python
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Jupyter Client
[](https://gitlab.com/srwalker101/rust-jupyter-client/commits/master)
[](https://spectrum.chat/rust-jupyter-client)
[Development documentation](https://srwalker101.gitlab.io/rust-jupyter-client/jupyter_client/index.html)
A new interface for running interactive python code.
## Installation
Add the following to your Cargo.toml:
```toml
[dependencies]
jupyter-client = { git = "https://gitlab.com/srwalker101/rust-jupyter-client.git", branch = "dev" }
```