package jupyter

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

Install

Dune Dependency

Authors

Maintainers

Sources

jupyter-2.8.3.tbz
sha256=1db1bb6fd1e9f2bafb7b038a7a98a351f67a1d25df2ecdb94115c6f94e5cccf5

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.