Public
Edited
Apr 25, 2023
Importers
Insert cell
Insert cell
Insert cell
Insert cell
data_meteorites = FileAttachment("meteorites.csv").csv({ typed: true })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// Inputs.table(data_meteorites)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// Inputs.table( data_meteorites, {
// format: {
// year: cell => cell.toFixed(0)
// }
// })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// viewof myTable = Inputs.table( data_meteorites, {
// format: {
// year: cell => cell.toFixed(0)
// }
// })
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// myTable
Insert cell
Insert cell
Insert cell
// ... your cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... your code
Insert cell
Insert cell
// import "SummaryTable" cell from "@observablehq/summary-table" notebook
Insert cell
Insert cell
import {toc} from "@nebrius/indented-toc"
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
Insert cell
import {openAllLinksInNewTab} from "@clokman/open-all-links-in-new-tab"
Insert cell
openAllLinksInNewTab
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