An open API service indexing awesome lists of open source software.

https://github.com/michaelb/rust-jupyter-client

A backup of https://gitlab.com/srwalker101/rust-jupyter-client
https://github.com/michaelb/rust-jupyter-client

Last synced: 18 days ago
JSON representation

A backup of https://gitlab.com/srwalker101/rust-jupyter-client

Awesome Lists containing this project

README

          

# 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)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/rust-jupyter-client)

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