| Crates.io | jupyter-client |
| lib.rs | jupyter-client |
| version | 0.1.0 |
| created_at | 2018-12-05 22:59:38.457156+00 |
| updated_at | 2018-12-05 22:59:38.457156+00 |
| description | Jupyter client written in Rust |
| homepage | https://gitlab.com/srwalker101/rust-jupyter-client |
| repository | https://gitlab.com/srwalker101/rust-jupyter-client |
| max_upload_size | |
| id | 100305 |
| size | 974,344 |
A new interface for running interactive python code.
Add the following to your Cargo.toml:
[dependencies]
jupyter-client = { git = "https://gitlab.com/srwalker101/rust-jupyter-client.git", branch = "dev" }