jupyter-client

Crates.iojupyter-client
lib.rsjupyter-client
version0.1.0
sourcesrc
created_at2018-12-05 22:59:38.457156
updated_at2018-12-05 22:59:38.457156
descriptionJupyter client written in Rust
homepagehttps://gitlab.com/srwalker101/rust-jupyter-client
repositoryhttps://gitlab.com/srwalker101/rust-jupyter-client
max_upload_size
id100305
size974,344
maintainers (github:krator-rs:maintainers)

documentation

https://docs.rs/jupyter-client

README

Rust Jupyter Client

pipeline status

Development documentation

A new interface for running interactive python code.

Installation

Add the following to your Cargo.toml:

[dependencies]
jupyter-client = { git = "https://gitlab.com/srwalker101/rust-jupyter-client.git", branch = "dev" }
Commit count: 161

cargo fmt