Description
Provides a Haskell library for creating kernels that work with IPython and Jupyter frontends. A kernel is the backend that receives notebook code, evaluates it, and returns results.
This is useful for developers building language kernels, notebook integrations, or interactive Haskell tooling. It is a library component rather than a ready-to-use notebook application.