diff --git a/examples/configurations_example.ipynb b/examples/configurations_example.ipynb index 122b8a5..4c3e418 100644 --- a/examples/configurations_example.ipynb +++ b/examples/configurations_example.ipynb @@ -26,9 +26,9 @@ "id": "1ac1f749-f180-4870-955b-ea397879e6ce", "metadata": {}, "source": [ - "Configurable values for the node visualization: `textbinding`, `color`, `size`, `type`, `styles`, `scale_factor`, `position`, `layout`, ànd `property`\n", + "Configurable values for the node visualization: `text`, `color`, `size`, `styles`, `property` and `type`.\n", "\n", - "Configurable values for the relationship visualization: `textbinding`, `color`, `thickness` and `property`\n", + "Configurable values for the relationship visualization: `text`, `color`, `thickness_factor` and `property`.\n", "\n", "When adding a configuration, you always need to specify the type of node or edge you want to adjust. (Here 'Person' or 'DIRECTED'),\n", "additionally you can define the new values. For that you can either use:\n",