# Rust Jupyter Client [![pipeline status](https://gitlab.com/srwalker101/rust-jupyter-client/badges/master/pipeline.svg)](https://gitlab.com/srwalker101/rust-jupyter-client/commits/master) [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" } ```