Public
Edited
Jan 25, 2024
Insert cell
Insert cell
viewof maxLineLength = Inputs.range([1, 100], {label: "Max line length", step: 1})
Insert cell
viewof maxLines = Inputs.range([1, 25], {label: "Max number of lines", step: 1})
Insert cell
viewof s = Inputs.text({label: "String"})
Insert cell
s.split(' ').map( (el, ix, ar) => {
} )
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