import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.unstable.d.ts";
const { jupyter } = Deno;
A namespace containing runtime APIs available in Jupyter notebooks.
When accessed outside of Jupyter notebook context an error will be thrown.
Functions
Broadcast a message on IO pub channel. | |
Display function for Jupyter Deno Kernel.
Mimics the behavior of IPython's | |
Format an object for displaying in Deno | |
Show HTML in Jupyter frontends with a tagged template function. | |
Show Markdown in Jupyter frontends with a tagged template function. | |
SVG Tagged Template Function. |
Interfaces
A collection of supported media types and data for Jupyter frontends. | |