Unlisted
Edited
Feb 13, 2024
Insert cell
Insert cell
Insert cell
endpoints = [
{ name: "PurplePillDebate", id: [419, 438, 16] },
{ name: "mensrightslinks", id: [77] },
{ name: "TheRedPill", id: [373, 392] },
{ name: "mgtow", id: [381, 395] }
]
Insert cell
Insert cell
nodes = {
const nodes = [];

graphresult.forEachNode((node, attr) => {
nodes.push({ node: parseInt(node), attr });
});

return nodes;
}
Insert cell
Insert cell
graphresult = gexf.parse(Graph.Graph, data)
Insert cell
data = FileAttachment("Working Inwards (1).gexf").text()
Insert cell
gexf = import("https://cdn.skypack.dev/graphology-gexf@0.12.1?min")
Insert cell
Graph = import("https://cdn.skypack.dev/graphology@0.25.4?min")
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