Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/tsc/dts/lib.deno.unstable.d.ts>Deno.jupyter

A modern runtime for JavaScript and TypeScript.
Latest
namespace Deno.jupyter
import { Deno } from "https://deno.land/x/deno@v1.41.0/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 display(obj, raw=True) function to allow asynchronous displaying of objects in Jupyter.

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.

Type Aliases

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