jupyter-client 0.1.0

Jupyter client written in Rust
Documentation

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" }