Notebooks 2.0 is here.

Published
Edited
Jun 18, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
userContext = ({
deviceType: "mobile",
osVersion: 11,
browser,
premium,
siteId
})
Insert cell
// device IS mobile AND browser IS Safari AND osVersion >= 10
flispClient()(
userContext,
["and", ["=", ["env", "deviceType"], "mobile"], ["=", "$browser", "Safari"], [">=", "$osVersion", 10]]
)
Insert cell
// NOT Premium or siteId is in LOST sites
flispClient()(
userContext,
["not", ["or", "$premium", ["in", "$siteId", [4,8,15,16,23,42]]]]
)
Insert cell
// NOT Premium
flispClient()(
userContext,
["not", "$premium"]
)
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