Skip to main content
function 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.

Parameters

obj: unknown
  • The object to be displayed
optional
options: DisplayOptions
  • Display options with a default { raw: true }