package jupyter

  1. Overview
  2. Docs
type t = {
  1. comm_target : string option;
  2. comm_id : string;
  3. comm_data : Json.t;
}

User-defined communication