Public
Edited
Feb 21, 2023
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tweet("1625566001105408005")
Insert cell
Insert cell
Insert cell
Insert cell
/*viewof mainTable = Inputs.table(data, {
width: { Preview: thumbslide, Name: 150, Tags: 100 },
height: 800,
columns: [
"Preview",
"Name",
"Artist",
"Transaction",
"Net",
"Cost",
"Profit",
"Tags",
"Buyer",
"Seller"
],

format: {
Preview: (d) =>
html`<img height=${thumbslide} width=${thumbslide} src=${d}>`,
Name: (d) => html`<a target="_blank" href="${d.link}">${d.name}</a>`,
Buyer: (d) =>
html`<a target="_blank" href="https://tzkt.io/${d.wallet}/operations/">${d.name}</a>`,
Seller: (d) =>
html`<a target="_blank" href="https://tzkt.io/${d.wallet}/operations/">${d.name}</a>`,
Artist: (d) =>
html`<a target="_blank" href="https://tzkt.io/${d.wallet}/operations/">${d.name}</a>`,
Tags: (d) => html`${d}`
}
})*/
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { tweet } from "@observablehq/tweet"
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