package jupyter

  1. Overview
  2. Docs
An OCaml kernel for Jupyter notebook

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jupyter-2.8.0.tbz
sha256=10b86a6788a9be21bd348ffced001f7ed765e3cccca7a6dd9319ace92c306bd3

doc/jupyter.comm/Jupyter_comm/Manager/Target/index.html

Module Manager.TargetSource

Sourcetype t = target
Sourceval to_string : t -> string
Sourceval create : ?recv_open:(comm -> Yojson.Safe.t -> unit) -> ?recv_msg:(comm -> Yojson.Safe.t -> unit) -> ?recv_close:(comm -> Yojson.Safe.t -> unit) -> string -> t
Sourceval close : t -> unit