Set of symbols that mark forms whose evaluation results should not be shown in notebooks by default. These typically return vars or other values that are not useful for notebook display.
Set of symbols that mark forms whose evaluation results should not be shown in notebooks by default. These typically return vars or other values that are not useful for notebook display.
(hide-code? {:as note :keys [code form value kind narrowed]}
{:as opts :keys [hide-code]})(hide-value? {:as complete-note :keys [form value kind]}
{:as opts :keys [hide-nils hide-vars]})(itemize-notes relevant-notes some-narrowed options)Evaluates and computes the items for a notebook of notes
Evaluates and computes the items for a notebook of notes
(note-to-items {:as note
:keys [comment? code exception err out global-err global-out
kindly/options]}
{:as opts})(read-eval-capture {:as note :keys [code form]})Captures stdout and stderr while evaluating a note
Captures stdout and stderr while evaluating a note
(relevant-notes {:keys [full-source-path single-form single-value smart-sync
pprint-margin]
:or {pprint-margin pp/*print-right-margin*}})(spec-notes {:as spec
:keys [pprint-margin ns-form full-source-path]
:or {pprint-margin pp/*print-right-margin*}})(with-out-err-captured & body)Evaluates and computes the items for a notebook of notes
Evaluates and computes the items for a notebook of notes
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |