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