Skip to main content
Module

x/display/mod.ts

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

Variables

HTML Tagged Template Function.

Markdown Tagged Template Function.

SVG Tagged Template Function.

Functions

Display function for Jupyter Deno Kernel. Mimics the behavior of IPython's display(obj, raw=True) while working with the limitations of the 1.37 release of Deno (for now).