Published
Edited
Mar 27, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof sessionSelect = Inputs.select(allSessions.map(({name}) => name))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
signon = {
yield htl.html`Please sign in to get started...`;
const name = user.displayName;
// Get a list of active sessions in this domain.
//const sessions = (await db.doc(domain).collections("sessions").limit(3).orderBy(
//db.collection("games").doc("test").collection("sessions").add({});
yield htl.html`Welcome ${name}...`;
}
Insert cell
domainName = "test2"
Insert cell
user
Insert cell
viewof user
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