Published
Edited
Jun 24, 2022
1 star
Insert cell
Insert cell
// commented code cell
Insert cell
import {data} from "@dkirkby/desi-tutorial"
Insert cell
import {SummaryTable} from "@observablehq/summary-table"
Insert cell
summary = SummaryTable(data)
Insert cell
viewof options = Inputs.form({
ttypes: Inputs.checkbox(["LRG", "ELG", "QSO"], {label: "Target types", value: ["LRG","ELG","QSO"]}),
ZMAGmax: Inputs.range([17, 25], {label: "Max ZMAG", step: 0.1, value: 25}),
GRmin: Inputs.range([-1, 4], {label: "Min G-R", step: 0.1, value: -1}),
region: Inputs.radio(["North", "South", "All"], {label: "Footprint regions", value: "All"}),
})
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