(display! obj)
Adds obj
to the end of the display queue for to be output to the
Jupyter stdout
stream.
Calling display!
before kernel has been initialized generates an
exception.
Returns :ok
.
Adds `obj` to the end of the display queue for to be output to the Jupyter `stdout` stream. Calling `display!` before kernel has been initialized generates an exception. Returns `:ok`.
(display-queue)
Returns the current display queue.
Returns the current display queue.
(end-history-session)
Returns the history session.
Returns the history session.
(execute-count)
Returns current value of Jupyter Execution Counter.
Returns current value of Jupyter Execution Counter.
(get-and-clear-display-queue!)
Returns display queue after clearing it.
Returns display queue after clearing it.
(inc-execute-count!)
Increments Jupyter Execution Counter by 1.
Increments Jupyter Execution Counter by 1.
(terminate! {:keys [nrepl-comm] :as R})
Sets kernel state to terminated and stops nREPL server. After
terminate!
has been called terminated?
returns true
.
Sets kernel state to terminated and stops nREPL server. After `terminate!` has been called `terminated?` returns `true`.
(terminated?)
Returns true
if kernel been terminated!
, false
otherwise.
Returns `true` if kernel been `terminated!`, `false` otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close