rx-jupyter
rx-jupyter is a Reactive wrapper around the Jupyter Server API.
Why use rx-jupyter?
rx-jupyter can help you query local and remote Jupyter Server instances
using Jupyter's Services APIs. Also, rx-jupyter integrates responses
seamlessly with RxJS's functional tooling.
Roadmap
Primary coverage of the Jupyter Server API:
Optional coverage:
Development Install
To install rx-jupyter
for development, do the following:
git clone https://github.com/nteract/nteract.git
cd nteract
npm i
# Note that rx-jupyter is in packages/rx-jupyter
Testing
Use npm test
to run the test suite.