Unlisted
Edited
Oct 18, 2022
Insert cell
# Table header question
Insert cell
data = [
{model: 'model1', rSquared: 0.57},
{model: 'model2', rSquared: 0.34},
]
Insert cell
Inputs.table(data, {
header: {
rSquared: tex`R^2`
}
})
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