Public
Edited
Sep 28, 2023
Insert cell
Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data = lendsQuery()
Insert cell
Insert cell
countries = ["US", "BR", "FR", "UR"]
Insert cell
lendsQuery = md`${graph(`
{
retirements(first:2) {
timestamp
amount
token {
projectVintage {
project {
projectId
}
name
}
}
creator {
id
}
eventId
}
}
`)}`
Insert cell
graphqlServer = "https://api.thegraph.com/subgraphs/name/toucanprotocol/matic"
Insert cell
graph = graphql(graphqlServer)
Insert cell
graphql = require("graphql.js")
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