/jupyter-client-rs

Primary LanguageRustApache License 2.0Apache-2.0

Rust Jupyter Client

pipeline status Join the community on Spectrum

Development documentation

A new interface for running interactive python code.

Installation

Add the following to your Cargo.toml:

[dependencies]
jupyter-client = { git = "https://github.com/sxhxliang/jupyter-client-rs.git", branch = "dev" }