Hello,

Still new at notebooks and in particular extensions, so i'm not sure what I 
am after is trivial or not the right way to look at it:

So I want to add an end point to the notebook server that will receive a 
POST and make the parameters it receives available in the notebook as 
variables; the notebook would display an IFrame sending a request to an 
external server, which responds by a form POST to that end point, which 
would display a success page and ideally make those form post parameters 
available in the notebook so they can be used in subsequent cells.

So I looked at the various way to extend the notebook, and the custom 
request handler offers a very simple way to expose a new endpoint. However, 
I'm not sure how it can process the data it receives and add it to the 
Kernel so it can be accessed directly within the notebook. I've browsed 
through many examples of custom request handlers (thanks Github code 
search!) but did not see any example that seems to do something similar.

I've also looked at widgets, ipython extensions, but I do not see a clear 
way yet.

Any pointer appreciated,

Thanks!

Claude

-- 
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/d2a1d0ed-d0fe-4b5b-894f-90fc03ed1c8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to