Implements support for Jupyter COMM objects which is the mechanism for synchronizing state between Jupyter clients (Notebook, Lab, others) and kernels such as Clojupyter. COMM objects serve as the basis for interactive controls such as ipywidgets.
Implements support for Jupyter COMM objects which is the mechanism for synchronizing state between Jupyter clients (Notebook, Lab, others) and kernels such as Clojupyter. COMM objects serve as the basis for interactive controls such as ipywidgets.
(close! comm-atom)
Removes the comm-atom from the global state and sends COMM-CLOSE to the front end.
Removes the comm-atom from the global state and sends COMM-CLOSE to the front end.
(send! comm-atom msg)
Sends custom message to front-end. Msg must be a map serializable to JSON.
Sends custom message to front-end. Msg must be a map serializable to JSON.
(sync-state comm-atom)
A map of attributes to be sent to front-end
A map of attributes to be sent to front-end
(create-and-insert jup req-message target-name comm-id sync-keys comm-state)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close