Public
Edited
Nov 12, 2023
1 star
Insert cell
Insert cell
data = ({
algorithm: {
getTitle() {
return "mytitle";
},
getBody() {
return "mybody";
},
getCitations() {
return [
{
getValue() {
return "mycite";
}
}
];
},
getLastUpdated() {
return new Date();
}
}
})
Insert cell
viewof input = Inputs.textarea()
Insert cell
Insert cell
template = ejs.compile(input, { client: true })
Insert cell
Insert cell
fileLoader = (filePath) => "loading: " + filePath
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