Public
Edited
Apr 4
Insert cell
Insert cell
cel_js = import("https://cdn.skypack.dev/cel-js@0.6.0?min")
Insert cell
evaluate = cel_js.evaluate
Insert cell
evaluate("2 + 2 * 2")
Insert cell
evaluate('"foo" + "bar"')
Insert cell
evaluate('user.role == "admin"', { user: { role: "admin" } })
Insert cell
parse = cel_js.parse
Insert cell
Insert cell
evaluate("foo.length >= 1", { foo: [1] })
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