sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
See https://jupyter-client.readthedocs.io/en/latest/messaging.html
type t = {
shell : [ `Router ] Lwt_zmq.Socket.t;
control : [ `Router ] Lwt_zmq.Socket.t;
stdin : [ `Router ] Lwt_zmq.Socket.t;
iopub : [ `Pub ] Lwt_zmq.Socket.t;
heartbeat : [ `Rep ] Lwt_zmq.Socket.t;
}
val open_sockets : Protocol_t.connection_info -> t
val dump : string -> [ `Router ] Lwt_zmq.Socket.t -> unit Lwt.t