Public
Edited
Apr 20, 2024
2 stars
Insert cell
Insert cell
table_without_checkboxes = {
let div = d3.create("div").attr("id", "cars_container");
div.append(() => Inputs.table(cars));
return div.node();
}
Insert cell
unaffected_checkbox = Inputs.toggle({
label: "Unaffected check:",
value: true
})
Insert cell
<div style="display: none">
<style>
div#cars_container input {
display: none
}
</style>
</div>
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