package jupyter

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

Install

Dune Dependency

Authors

Maintainers

Sources

jupyter-2.8.2.tbz
sha256=4d5862c254e16cd01be706d3d64d69467cadcadd305426dc9215a6dbcd24680b

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.

OCaml

Innovation. Community. Security.