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

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