From Jupyter to the Moon

1 · JupyterHub · Sept. 24, 2021, 12:47 p.m.
A new Jupyter kernel for Lua based on XeusJupyter architecture in a nutshellA key principle in Jupyter’s design is language agnosticism, and one of the main extension points of the Jupyter ecosystem is the kernel, the part of the architecture responsible for executing the user’s code.In the end, a Jupyter kernel is merely an executable implementing a well-defined inter-process communication protocol.A reference implementation of the kernel is ipykernel, which provides the default Python kernel, ...