Public
Edited
Sep 8, 2022
Insert cell
Insert cell
Insert cell
import { cellstore, cellstoreDeps } from "@endpointservices/cellstore-min"
Insert cell
viewof myValue = cellstore({
key: "initialTest", // storage identifier
owner: "fil", // team or username administrator
writers: ["fil"], // 'all' or an array of usernames
readers: "all", // 'all' or an array of usernames
per_user: false, // A shared store or a store per user?
writes_per_day: 10 // rate limit
})
Insert cell
Inputs.button("Write by assignment", {
reduce: () => {
viewof myValue.value = Math.random();
}
})
Insert cell
myValue
Insert cell
cellstoreDeps
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