Public
Edited
Nov 11, 2023
1 star
Insert cell
Insert cell
viewof code = editor({ language: "javascript" })
Insert cell
Insert cell
options0 = ({
mangle: false,
output: { ascii_only: true, quote_style: 3, wrap_iife: true },
sourceMap: { includeSources: false },
toplevel: false,
compress: { reduce_funcs: false }
})
Insert cell
options = ({
mangle: false,
output: {
ascii_only: true,
comments: false,
quote_style: 3,
wrap_iife: true
},
sourceMap: { includeSources: false },
toplevel: false,
compress: { reduce_funcs: false }
})
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more