package jupyter-kernel

  1. Overview
  2. Docs

Module Jupyter_kernel_document.Jupyter_kernel_docSource

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