From 438cb37eb8b3b9ef61330933e0850c3c43a9647f Mon Sep 17 00:00:00 2001 From: Ben Pedigo Date: Fri, 3 Nov 2023 07:25:34 -0700 Subject: [PATCH] Update community_detection.ipynb --- docs/community_detection.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community_detection.ipynb b/docs/community_detection.ipynb index b9182c3..f7cb922 100644 --- a/docs/community_detection.ipynb +++ b/docs/community_detection.ipynb @@ -341,7 +341,7 @@ " adj,\n", " x=\"x\",\n", " y=\"y\",\n", - " node_data=node_df.reset_index(),\n", + " node_data=node_data.reset_index(),\n", " node_alpha=0.9,\n", " edge_alpha=0.7,\n", " edge_linewidth=0.4,\n",