package jupyter

  1. Overview
  2. Docs
An OCaml kernel for Jupyter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=27079d43a5134a740428623185807029
sha512=40929cacd1ddc0379c84438bcda3edce47ab571ea27ff5f597b5e88fc38c9198cc69442e334e05c64d854763c162c2e8266497dbc413134beb71db00d11df6ce

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