Hi John, On 15 November 2017 at 19:17, john alexander sanabria ordonez < [email protected]> wrote:
> Hello, > > I would love to have a more clear idea about Jupyter's architecture > because I want to know: > > 1. what is the role of kernels in Jupyter (how is the interaction with > other components)? > 2. How to develop other kernels to interface with other tools, e.g. > network tools (GNS3) and virtualization tools (Docker). > > Kernels are the parts that run your code, and handle other things specific to the language, like tab completion. Here's some information about how to make a new kernel: http://jupyter-client.readthedocs.io/en/stable/kernels.html http://jupyter-client.readthedocs.io/en/stable/wrapperkernels.html http://jupyter-client.readthedocs.io/en/stable/messaging.html Thomas -- 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/CAOvn4qiP1Pn3jLNva7c--bBPkw51PwO9e3eoXM8vKf-9R4%3DMfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
