DenoDeno.jupyter.htmlfunction Deno.jupyter.htmlunstable#html(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 ##const { html } = Deno.jupyter; html`<h1>Hello, world!</h1>` Parameters ##strings: TemplateStringsArray #<span>...values</span>: unknown[] Return Type #Displayable
function Deno.jupyter.htmlunstable#html(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 ##const { html } = Deno.jupyter; html`<h1>Hello, world!</h1>` Parameters ##strings: TemplateStringsArray #<span>...values</span>: unknown[] Return Type #Displayable