Hello Edward, through either making a custom server extension > <http://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html> > or using the jupyter kernel gateway > <https://github.com/jupyter/kernel_gateway>. >
The kernel gateway in its websocket personality doesn't work with notebooks at all. In its notebook personality, it runs a configured notebook with one kernel to serve HTTP requests. Since your declared intention is to associate a notebook with a kernel you started, I don't think that KG is of any use in your scenario. cheers, 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/64f4f142-0892-4545-8fe8-ee60dd8c249b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
