Published
Edited
Jan 15, 2020
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
sc = sc_mod.default
Insert cell
loadTimelineCred = async (url) => {
const file = await fetch(url);
const json = await file.json();
return sc.analysis.timeline.timelineCred.TimelineCred.fromJSON(json);
}
Insert cell
tc = loadTimelineCred(distribution_history_file)
Insert cell
lastIntervalIndex = tc.intervals().length - 2;
Insert cell
lastInterval = tc.intervals()[lastIntervalIndex]
Insert cell
Insert cell
Insert cell
lastWeekCredNodes = nonUserCredNodes.map((x) => {
return {node: x.node, cred: x.cred[lastIntervalIndex]}
}).sort((a,b) => b.cred-a.cred).filter((x)=>x.cred>1)
Insert cell
sc
Insert cell
d3 = require("d3@5")
Insert cell
hash = "c83d6bbe1d7130425a6e268356fe719484f268cc"
Insert cell
credFormat = d3.format(".1f")
Insert cell
distribution_history_file = `https://raw.githubusercontent.com/sourcecred/cred/${hash}/docs/api/v1/data/projects/QHNvdXJjZWNyZWQ/cred.json`
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more