Public
Edited
Nov 28, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
state_speed_examples = ({
runner_count_6_interesting_runner_1_and_3_become_lonely_last: [2.1, 0.3, 1.7, 4.8, 3.6, 6]
});
Insert cell
Insert cell
Insert cell
Insert cell
randomly_assign_color = _=>Math.random()>0.5?'🍎':'🍏';
Insert cell
viewof num_apples_example = Inputs.number([0,10], {value: 5})
Insert cell
nlp = {
const nlp = await require('compromise');
const numbers_plugin = await require('compromise-numbers');
nlp.extend(numbers_plugin);
return nlp;
}
Insert cell
import { LineChart } from "@d3/line-chart"
Insert cell
import { Histogram } from "@d3/histogram"
Insert cell
get_date_func = (d=new Date())=>{ return d; }
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