Public
Edited
Dec 18, 2022
Master Equations
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
res = db.query("SELECT * FROM sourcesink2")
Insert cell
dat_f = res.filter(d => d.name == `${params[1]}-${params[2]}-1.0-${params[4]}-${params[5]}-${params[6]}-${params[7]}`)
Insert cell
minmax = (p, i) => d3.extent(p.map(d => parseFloat(d[i])))
Insert cell
ps = res.map(d => d.name.split("-"))
Insert cell
tables = db.describeTables()
Insert cell
db = FileAttachment("source-sink-test-res.db").sqlite()
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