Hi John,
The (best?) place to start is Jupyter Client docs [1], if you want to
communicate with a pure kernel you'll have to use ZMQ – not much
harder than HTTP[2], it's basically sockets on steroids –. and you
want to manually use `python -m ipykernel <connection file>` to start
a python kernel. The connection file give you infomations on how to
bind/connect ZMQ ports. The "Making a kernel" part is the most
complete (as that's what usually people are interested in), and we
should improve the "making a client" part (maybe with your help ?).
Regardless bug report welcome, and despite the jupyter_client
implementation being in Python, any example in documentation in other
languages welcome.
Hope that helps get you started.
Cheers
--
M
[1]
http://jupyter-client.readthedocs.io/en/latest/
[2] the "Http" communication with kernels is actually websoket, and
the `jupyter notebook`application is a websocket<->ZMQ bridge.
> --
> 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
jupyter+u...@googlegroups.com.
> To post to this group, send email to
jup...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/jupyter/fc7035bb-e5f1-43cc-ae05-47ce64243907%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.