/rx-jupyter

RxJS 5 bindings for the Jupyter Notebook API

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

rx-jupyter

Build Status codecov

rx-jupyter is a Reactive wrapper around the Jupyter Server API. What is this library useful for? It can help you query the services API on local and remote instances of Jupyter and integrate it seamlessly with RxJS's functional tooling.

Roadmap

Complete coverage of the Jupyter Server API:

  • Contents
    • Checkpoints
  • Kernels
  • Kernelspecs
  • Sessions

Development Install

To install rx-jupyter for development, do the following:

git clone https://github.com/nteract/rx-jupyter.git
cd rx-jupyter
npm install

Use npm test to run the test suite.