notebook/render-html
src/notebook/render-html.tur
render notebook documents to standalone HTML.
defn
render-html-string-at
(render-html-string-at [nodes :int outputs :int opts :int html_path :cstr])
render a parsed notebook to HTML as if writing html_path.
defn
render-html-string
(render-html-string [nodes :int outputs :int opts :int])
render a parsed notebook and its outputs to standalone HTML.
defn
render-html
(render-html [path :cstr opts :int])
evaluate a notebook file and write rendered HTML beside it.
Internal definitions
__rhtml-build-hint__rhtml-nil-value__rhtml-list-nil?__rhtml-cons__rhtml-head__rhtml-tail__rhtml-ok__rhtml-err__rhtml-result-ok?__rhtml-result-ok-val__rhtml-cstr-as-int__rhtml-int-as-cstr__rhtml-cstr-empty?__rhtml-cstr-eq?__rhtml-str-concat__rhtml-join-blocks__rhtml-output-path__rhtml-style-path__rhtml-ensure-parent-dir__rhtml-write-file__rhtml-close-cache__rhtml-render-opts-output-dir__rhtml-render-opts-use-cache__rhtml-render-opts-include-source__rhtml-render-opts-include-output__rhtml-render-opts-fail-fast__rhtml-render-opts-math-mode__rhtml-render-opts-assets-mode__rhtml-lang-label__rhtml-status-label__rhtml-cell-class__rhtml-html-escape__rhtml-page-title__rhtml-style-css__rhtml-toggle-script__rhtml-render-source-pre__rhtml-output-skipped?__rhtml-output-meta__rhtml-output-body__rhtml-render-output-pre__rhtml-render-math-body__rhtml-render-math-output__rhtml-int->cstr__rhtml-copy-file__rhtml-png-data-url__rhtml-image-rel-name__rhtml-dir-join__rhtml-output-dir__rhtml-render-image-block__rhtml-cell-shows-source?__rhtml-cell-shows-output?__rhtml-render-cell-content__rhtml-render-single-cell__rhtml-should-toggle-pair?__rhtml-toggle-button__rhtml-toggle-panel__rhtml-render-toggle-pair__rhtml-render-state-make__rhtml-render-state-text__rhtml-render-state-outputs__rhtml-render-body__rhtml-cells-from-nodes-rev__rhtml-reverse__rhtml-cells-from-nodes__rhtml-list-length__rhtml-cells-has-math-attr?__rhtml-find-katex-vendor-dir__rhtml-read-vendor-file__rhtml-katex-css-rewrite__rhtml-body-has-math?__rhtml-katex-copy-fonts__rhtml-katex-write-sibling__rhtml-katex-inject__rhtml-document