Published
Edited
Apr 8, 2022
1 star
Insert cell
Insert cell
Insert cell
viewof date = Inputs.date({label: "Date"})
Insert cell
Insert cell
viewof select = Inputs.select(["A", "B"], {label: "Select one"})
Insert cell
Insert cell
viewof file = Inputs.file({label: "Data"})
Insert cell
viewof file = Inputs.file({label: "Data"})
Insert cell
viewof file = Inputs.file({label: "Data"})
Insert cell
data.reduce((accumulator, currentValue, index, array) => {
}, initialValue)
Insert cell
data.map((element, index) => {
const foo = 3;
foo = "ef"
console.assert
})
Insert cell
Plot.plot({
marks: [
Plot.tickX(data, {x: "column"})
]
})
Insert cell
viewof select = Inputs.select(["A", "B"], {label: "Select one"})
Insert cell
viewof table = Inputs.table(data, {})
Insert cell
viewof table = Inputs.table(data, {})
Insert cell
viewof text = Inputs.text({label: "Name"})
Insert cell
viewof file = Inputs.file({label: "Data"})
Insert cell
viewof file = Inputs.file({label: "Data"})
Insert cell
Insert cell
text = FileAttachment("filesizes.txt").text() + "bar"
Insert cell
3 + 4
Insert cell
Insert cell
Insert cell
Insert cell
viewof button = Inputs.button("Click me", {})
Insert cell
viewof button = Inputs.button("Click me", {})
Insert cell
[...data].sort((firstEl, secondEl) => {
})
Insert cell
[...data].sort((firstEl, secondEl) => {
})
Insert cell
[...data].sort((firstEl, secondEl) => {
})
Insert cell
[...data].sort((firstEl, secondEl) => {
})
Insert cell
data.filter((element, index) => {
})
Insert cell
library = require("library@version")
Insert cell
import {cell} from "@user/notebook"
Insert cell
import {theirCell} with {data as theirData} from "@user/notebook"
Insert cell
viewof date = Inputs.date({label: "Date"})
Insert cell
Insert cell
Insert cell
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