Jupyter - Deno documentation

Functions

f
Deno.jupyter.broadcast

Broadcast a message on IO pub channel.

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

f
Deno.jupyter.format

Format an object for displaying in Deno

f
Deno.jupyter.html

Show HTML in Jupyter frontends with a tagged template function.

f
Deno.jupyter.md

Show Markdown in Jupyter frontends with a tagged template function.

f
Deno.jupyter.svg

SVG Tagged Template Function.

Interfaces

I
Deno.jupyter.DisplayOptions
No documentation available

Namespaces

N
Deno.jupyter

A namespace containing runtime APIs available in Jupyter notebooks.

Type Aliases

T
Deno.jupyter.Displayable
No documentation available
T
Deno.jupyter.MediaBundle

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

T
Deno.jupyter.VegaObject
No documentation available

Variables

v
Deno.jupyter.$display
No documentation available