Public
Edited
Jul 31, 2024
Insert cell
Insert cell
viewof requestId = Inputs.select(
["hello hello hello", "world", "foobar foobar foobar foobar foobar"],
{
label: "trigger a thing to happen:"
}
)
Insert cell
{
const frame = document.getElementById("f1");
frame.contentWindow.postMessage({ requestId }, "*");
}
Insert cell
html`<iframe id="f1" width=${width} height="300px" src="https://declann.github.io/huey/index.html" />`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = helpers.calcudata({
models: [model.js],
input_cursors: [cursor],
input_domains: { month_in: _.range(-1, cursor.last_month_in + 1) },
outputs: ["mrr_cf", "payroll_cf", "rent_cf", "vc_cf"]
})
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