The closes thing to what you ask is this project: https://github.com/jupyter/kernel_gateway
Though be aware code execution is not through a REST service. -- Matthias On Thu, Sep 7, 2017 at 11:45 PM, Swati Saini <[email protected]> wrote: > Hi All, > I want to use Rest API for jupyter notebook through which I can post code to > Jupyter notebook and also run it and get the result, instead of writing > manually and running the code in jupyter notebook. > > -- > 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/2e635d04-4c56-4df0-bc21-dcda5419494e%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/CANJQusXp0ugFPeg_brCzJ9fcmCFFsuXD3R70undv8%3DVnk_r_9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
