package jupyter-kernel

  1. Overview
  2. Docs

Module Jupyter_kernel.ClientSource

Main Kernel Loop

Prelude

Sourcetype 'a or_error = ('a, string) Result.result
Sourcetype mime_data = {
  1. mime_type : string;
  2. mime_content : string;
  3. mime_b64 : bool;
}
Sourcetype mime_data_bundle = mime_data list
Sourceexception Restart
Sourcemodule Kernel : sig ... end
Sourcetype t
Sourceval make : ?key:string -> Sockets.t -> Kernel.t -> t
Sourcetype run_result =
  1. | Run_stop
  2. | Run_restart
Sourceval run : t -> run_result Lwt.t
OCaml

Innovation. Community. Security.