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.
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.
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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close