Published
Edited
Aug 8, 2021
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// viewof selectedBrassicacea = treeInput(brassicaceaTree, {
// name: (d) =>
// htl.html`<code style=${{
// color: `hsl(${Math.random() * 360}, 50%, 50%)`
// }}>${d.data.match.name}</code>`,
// open: 1
// })

Insert cell
Insert cell
Insert cell
// // times out
// viewof selectedEuphyllophyte = treeInput(euphyllophyteNamed, {
// name: (d) =>
// htl.html`<code style=${{
// color: `hsl(${Math.random() * 360}, 50%, 50%)`
// }}>${d.data.match.name}</code>`,
// open: 5
// })
Insert cell
Insert cell
// add the sqlite prototype to the ZipArchiveFile by hand
taxnamedb = {
let tmp = sqltaxnameszip.file("taxname.sqlite");
tmp.sqlite = FileAttachment("taxname.sqlite-5.zip").sqlite;
return tmp.sqlite();
}
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