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/Comm/index.html

Module Manager.CommSource

Sourcetype t = comm
Sourceval to_string : t -> string
Sourceval comms : ?target_name:string -> unit -> (t * Target.t) list

Get all opened comms.

  • parameter target_name

    filtering by a target name. default = no filter

Sourceval create : ?data:Yojson.Safe.t -> Target.t -> t

Send an open message to Jupyter.

Sourceval close : ?data:Yojson.Safe.t -> t -> unit

Send a close message to Jupyter.

Sourceval send : t -> Yojson.Safe.t -> unit

Send a message to Jupyter.