Public
Edited
Nov 30, 2023
Insert cell
Insert cell
_ = {
const [_, fp] = await Promise.all([
require("lodash@4"),
require("https://cdn.jsdelivr.net/gh/lodash/lodash@4/dist/lodash.fp.min.js")
]);
return fp(_);
}
Insert cell
_.map(_.range(0, 100), function(v){ return [_.random(1000), _.random(1000)]; })
Insert cell
_.map(_.range(0, 100), v => v)
Insert cell
_.map([0,1,2,3,4], v => v)
Insert cell
_.range(0, 100)

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