From b360a1e57a5e6e08e81ac7d082853c8f57159cdf Mon Sep 17 00:00:00 2001
From: adip00 <adip00@mi.fu-berlin.de>
Date: Tue, 30 May 2023 20:24:37 +0000
Subject: [PATCH] update noob.ipynb

---
 noob.ipynb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/noob.ipynb b/noob.ipynb
index bb40845..b84eb11 100644
--- a/noob.ipynb
+++ b/noob.ipynb
@@ -738,7 +738,9 @@
     "%%opts Chord [height=1000 width=1000  labels=\"element\"]\n",
     "%%opts Chord (node_color=\"element\" node_cmap=\"Category20\" edge_color=\"source_element\" edge_cmap='Category20')\n",
     "chord = hv.Chord((plot_data, labels))\n",
-    "chord"
+    "chord\n",
+    "\n",
+    "# output not visible here, dunno why, but saved as chord_plot.png"
    ]
   },
   {
-- 
GitLab