package jupyter-kernel

  1. Overview
  2. Docs
Library to write jupyter kernels (interactive notebooks)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.tar.gz
md5=a6ce3af2d012278e1d63ecdb48b45ecd
sha512=14f402023ee49c30346c6c14e0f21eda3b1889fb9b3c5e5a1b412c4278b13561abfbd8b79707d384bf4a8dde70ec3f3bf16663f9a4d56518866f130f6b971f73

doc/jupyter-kernel.doc/Jupyter_kernel_document/Jupyter_kernel_doc/index.html

Module Jupyter_kernel_document.Jupyter_kernel_doc

module Document = Document
type mime_data = Jupyter_kernel.Client.mime_data = {
  1. mime_type : string;
  2. mime_content : string;
  3. mime_b64 : bool;
}
type 'a mime_printer = 'a -> mime_data
val to_html : Document.t -> Html_types.div Tyxml.Html.elt