No matching definitions.

notebook/eval

src/notebook/eval.tur
defn

eval-cell

(eval-cell [session :int cell :int cache :int])

evaluate one cell, honoring eval=false by skipping it.

defn

eval-all

(eval-all [session :int cells :int cache :int opts :int])

evaluate cells in order, halting on error unless error=continue.

defn

eval-from

(eval-from [session :int cells :int start-id :cstr cache :int opts :int])

evaluate cells starting from a named cell id.

Internal definitions
__nbe-nil-value
__nbe-list-nil?
__nbe-cons
__nbe-head
__nbe-tail
__nbe-cstr-eq?
__nbe-cstr-len
__nbe-cstr-ptr
__nbe-cstr-free
__nbe-hash-entry-make
__nbe-hash-map-put
__nbe-dep-hashes
__nbe-cache-material
__nbe-sha256-hex
__nbe-cache-key
__nbe-wrap-output
__nbe-fresh-output
__nbe-eval-cell-with-key
__nbe-should-continue?
__nbe-eval-all-rev
__nbe-reverse
__nbe-find-start