Liking cljdoc? Tell your friends :D

clojupyter.state


add-history!clj

(add-history! code)
source

comm-state-getclj

(comm-state-get)

Returns the overall COMM state.

Returns the overall COMM state.
sourceraw docstring

comm-state-swap!clj

(comm-state-swap! f)

Updates overall COMM state to be the result of applying f to the current COMM state.

Updates overall COMM state to be the result of applying `f` to the current COMM state.
sourceraw docstring

current-contextclj

(current-context)
source

end-history-sessionclj

(end-history-session)

Returns the history session.

Returns the history session.
sourceraw docstring

ensure-initial-state!clj

(ensure-initial-state!)
(ensure-initial-state! force?)
source

execute-countclj

(execute-count)

Returns current value of Jupyter Execution Counter.

Returns current value of Jupyter Execution Counter.
sourceraw docstring

get-historyclj

(get-history)
source

inc-execute-count!clj

(inc-execute-count!)

Increments Jupyter Execution Counter by 1.

Increments Jupyter Execution Counter by 1.
sourceraw docstring

pop-context!clj

(pop-context!)

Pops top of context stack and returns it. Throws Exception if stack is empty.

Note: with-current-context is the recommended way to managing the context stack.

Pops top of context stack and returns it.  Throws Exception if stack is empty.

Note: `with-current-context` is the recommended way to managing the context stack.
sourceraw docstring

push-context!clj

(push-context! ctx)

Pushes ctx to global context stack. Returns ctx.

Note: with-current-context is the recommended way to managing the context stack.

Pushes `ctx` to global context stack. Returns `ctx`.

Note: `with-current-context` is the recommended way to managing the context stack.
sourceraw docstring

STATEclj

source

swap-context!clj

(swap-context! f)
source

with-current-contextcljmacro

(with-current-context [ctx] & body)
source

zmq-contextclj

(zmq-context)
source

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

× close