Published
Edited
Jun 23, 2022
Insert cell
Insert cell
Insert cell
x = 3
Insert cell
y = x ** 2
Insert cell
Insert cell
Insert cell
viewof z = Inputs.range([0, 100], {label: "Amount", step: 1, value: 10})
Insert cell
Insert cell
zcatalogDark = FileAttachment("zcatalog-dark.fits")
Insert cell
import {readFITSTable} from "@dkirkby/fits"
Insert cell
data = readFITSTable(zcatalogDark)
Insert cell
import {SummaryTable} from "@observablehq/summary-table"
Insert cell
summary = SummaryTable(data)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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