From d97ca062a2c5569c136e90dd6a7eee9d3675b29f Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Tue, 18 Jun 2024 01:18:55 -0400 Subject: [PATCH] update example w.r.t. gfeatures refactor --- examples/notebooks/quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/quickstart.ipynb b/examples/notebooks/quickstart.ipynb index 5c5040418..09317110d 100644 --- a/examples/notebooks/quickstart.ipynb +++ b/examples/notebooks/quickstart.ipynb @@ -825,7 +825,7 @@ " print(event_data)\n", "\n", "# Will print event data when the color changes\n", - "cosine_graphic.colors.add_event_handler(callback_func)" + "cosine_graphic.add_event_handler(callback_func, \"colors\")" ] }, {