Published unlisted
Edited
Jun 3, 2022
Insert cell
Insert cell
viewof old = Inputs.search(["Control", "BallControl"], { query: "con" }) //should return two results
Insert cell
old
Insert cell
viewof propossed = ProposedInputs.search(["Control", "BallControl"], {
query: "con"
}) // Returns one result
Insert cell
propossed2
Insert cell
viewof propossed2 = ProposedInputs.search(["Control", "BallControl"], {
query: "con",
full: true
}) // Returns two results
Insert cell
propossed
Insert cell
ProposedInputs = require(await FileAttachment("inputs.js").url())
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