Skip to main content
Module

x/display/format.ts>format

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

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).

Parameters

obj: unknown
  • The object to be displayed

Returns

Displayable | undefined

A media bundle object