On 4 April 2017 at 20:21, 'Bergam' via Project Jupyter < [email protected]> wrote:
> In the first post, it says it provides a "100% Jupyter Notebook server > compatible API", but I'm not able to see any evidence of an API for > notebooks (e.g. insert cell, update cell, etc.). That claim means that it provides the same REST API as the Jupyter notebook server, which is detailed here: https://github.com/jupyter/jupyter/wiki/Jupyter-Notebook-Server-API The REST API doesn't include endpoints for modifying cells, because the notebook server doesn't work that way - the frontend retrieves an entire notebook from the contents API, manipulates cells in memory, and then sends the entire notebook back to the server to save. We do have plans to store the notebook model in the server so that multiple clients can edit it simultaneously, but that's still some way off. Thomas -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qj-HDYGGY1pswf2bznFxFXWLsdByTLPNAjG%3DPShCrX1rw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
