Are you looking for something like: https://github.com/jupyter/kernel_gateway_demos/tree/master/python_client_example
On Fri, Oct 6, 2017 at 12:33 PM, Andrew C <[email protected]> wrote: > I want to set up a server with kernel_gateway that has some different > kernels on it. The goal is to send some code to the server via HTTP, and > have one of the kernels execute the code and send a response back with the > result of the code being executed (it will onnly execute functions and so > it will always have a return value). Is there an API call I can make to > send code to kernel_gateway and have the kernel execute the code? > > -- > 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/b144755a-43a3-4826-90f9-7b87a14259d0%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/b144755a-43a3-4826-90f9-7b87a14259d0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Luciano Resende http://twitter.com/lresende1975 http://lresende.blogspot.com/ -- 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/CAGU5spf28mrihDYhnEOyMN2xTQhPw_xt9xQxf03PD10JazYp8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
