Deno.jupyter

A namespace containing runtime APIs available in Jupyter notebooks.

When accessed outside of Jupyter notebook context an error will be thrown.

§Variables

Deno.jupyter.$display

§Functions

Deno.jupyter.broadcast

Broadcast a message on IO pub channel.

Deno.jupyter.display

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.

Deno.jupyter.format

Format an object for displaying in Deno

Deno.jupyter.html

Show HTML in Jupyter frontends with a tagged template function.

Deno.jupyter.md

Show Markdown in Jupyter frontends with a tagged template function.

Deno.jupyter.svg

SVG Tagged Template Function.

§Interfaces

Deno.jupyter.DisplayOptions

§Type Aliases

Deno.jupyter.Displayable
Deno.jupyter.MediaBundle

A collection of supported media types and data for Jupyter frontends.

Deno.jupyter.VegaObject