function Deno.jupyter.html
unstable
Jump to headinghtml(strings: TemplateStringsArray,...values: unknown[],): DisplayableShow HTML in Jupyter frontends with a tagged template function.
Takes a template string and returns a displayable object for Jupyter frontends.
Examples Jump to heading
Parameters Jump to heading
Jump to headingstrings: TemplateStringsArrayJump to heading<span>...values</span>: unknown[]