Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/display/mod.ts>html

Rich Displays for Jupyter JavaScript Kernels
Go to Latest
variable html
import { html } from "https://deno.land/x/display@v0.1.1/mod.ts";

HTML Tagged Template Function.

Takes a template string and returns a displayable object for Jupyter frontends.

Example usage:

html<h1>Hello, world!</h1>