Hi Edward, I'm not going to read up on everything you posted here :-)
I know the PID of the running kernel process. If I could somehow do a > subprocess.Popen() on that existing process and return a reference to that, > I think that would work. > Try starting a subprocess that joins or polls on the running kernel. You might also have to forward interrupts, unless you can overwrite the methods for interrupting and terminating the kernel process. The pipes are only used to check if the kernel process is still running, afaik. Good luck, Roland -- 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/d0c4bd1c-3874-416d-9a80-548519ed9bbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
