Published
Edited
Nov 6, 2019
Insert cell
Insert cell
tfidf = import("tiny-tfidf")
Insert cell
d3 = require('d3@5')
Insert cell
metadata = d3.csv(
"https://raw.githubusercontent.com/jameshahn2/synod-documents/master/index.csv"
)
Insert cell
popes = metadata.map(d => d.pope);
Insert cell
files = metadata.map(d => "https://raw.githubusercontent.com/jameshahn2/synod-documents/master/documents/" + d.filename);
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