nteract / rx-jupyter

🎈 RxJS 5 bindings for the Jupyter Notebook API
https://nteract.io/rx-jupyter
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Can this be used as a 'service' on jupyterhub to expose the contents API for writing notebooks? #41

Open Analect opened 7 years ago

Analect commented 7 years ago

I had added a comment in here, but I think it's probably buried/lost in there.

I was hoping to be able to set this up as a service running against jupyterhub ... same way I have set up nbviewer and nbdime, which would allow me to spawn the creation of a new notebook and add cells programmatically, using the contents API ... is this possible?

rgbkrk commented 7 years ago

rx-jupyter is a javascript library wrapping all the Jupyter APIs as Rx Observables (and Rx Subjects for kernel messaging). There's no service / utility layer on top for creating cells programmatically with this library -- all that kind of functionality is buried in @nteract/commutable (within nteract/nteract).