Published
Edited
Dec 10, 2021
Insert cell
Insert cell
Insert cell
Insert cell
accounts = ledger.accounts().map((a) => ({
name: a.identity.name,
balance: G.format(a.balance, 2),
aliases: a.identity.aliases.map((al) => al.description).toString()
}))
Insert cell
ledger = loadLedger("sourcecred/cred/main")
Insert cell
import { sc, loadLedger, buildCsvDownload, G } from "@sourcecred/quick-imports"
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