On 16 September 2016 at 10:08, Pav A <[email protected]> wrote:
> Can a cell not talk back to the kernel, who, in turn, should have access > to the tornado request data, such as Remote Address, User-Agent? > I'm not exactly sure what you mean by the cell talking to the kernel. The code inside a cell is run by the kernel. The Javascript cell object has a reference to the kernel which it can use for communication. However, the kernel does not handle HTTP requests. The browser and Javascript talks over HTTP to the notebook server (which is written with tornado). The server communicates with the kernel over ZMQ sockets, so the kernel does not have information about the browser's IP address. -- 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/CAOvn4qjVam0eGBUwuVxnFEaCPH_VWELuHCasms0C4uxK%2B_yg7g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
