Public
Edited
Apr 25, 2024
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
arrow = require('apache-arrow@16.0.0')
Insert cell
Insert cell
Insert cell
Insert cell
scrabble.slice(10,100000)
Insert cell
viewof start = Inputs.range([1, N], {label: "Start", step: 1})
Insert cell
viewof table = {
let data = []
for (let i=N-start; i<N; ++i) {
data.push(scrabble.get(i).toJSON())
}
return Inputs.table(data, {layout: "auto"})
}
Insert cell
table.
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