diff --git a/noob.ipynb b/noob.ipynb
index bb40845c4f6c8b2a7dbfb6d9d88e44d29bc2005a..b84eb11915f98150943d1646fabc607e9c75d9c5 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"
    ]
   },
   {