Liking cljdoc? Tell your friends :D

clojupyter.kernel.cljsrv

Interface to NREPL server mainly enabling Clojupyter to evaluate Clojure code entered into Jupyter code cells, but supporting code completion, access to documentation strings, and interrupting currently running evaluations.

Interface to NREPL server mainly enabling Clojupyter to evaluate Clojure code entered into Jupyter
code cells, but supporting code completion, access to documentation strings, and interrupting
currently running evaluations.
raw docstring

clojupyter.kernel.comm-atom

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.
raw docstring

clojupyter.kernel.comm-global-state

Implements functionality needed to manipulate COMM object state(s).

Implements functionality needed to manipulate COMM object state(s).
raw docstring

clojupyter.kernel.jup-channels

Defines the interface for communicating with the Clojupyter kernel which, to ensure close alignment with Jupyter's architecture, is based on core.async channels (mimicking the ZeroMQ channels used for communication between the Jupyter client (Notebook, Lab, others) and backend (kernels such as Clojupyter).

Defines the interface for communicating with the Clojupyter kernel which, to ensure close alignment
with Jupyter's architecture, is based on `core.async` channels (mimicking the ZeroMQ channels used
for communication between the Jupyter client (Notebook, Lab, others) and backend (kernels such as
Clojupyter).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close