import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.unstable.d.ts";
const { display } = Deno.jupyter;
Display function for Jupyter Deno Kernel.
Mimics the behavior of IPython's display(obj, raw=True)
function to allow
asynchronous displaying of objects in Jupyter.
Parameters
optional
options: DisplayOptions- Display options with a default { raw: true }