From 87395540cf558d44ee76f461434e501f8784f764 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Wed, 24 Apr 2024 15:53:35 +0200 Subject: [PATCH] :memo: Update example 4 to illustrate the lower_case options --- examples/4_Importing_Tables.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/4_Importing_Tables.ipynb b/examples/4_Importing_Tables.ipynb index 5dcb5d50..1621bcab 100644 --- a/examples/4_Importing_Tables.ipynb +++ b/examples/4_Importing_Tables.ipynb @@ -58,7 +58,8 @@ "metadata": {}, "outputs": [], "source": [ - "aladin.add_table(table, shape=\"rhomb\", color=\"lightskyblue\", sourceSize=20)" + "aladin.add_table(table, shape=\"rhomb\", color=\"lightskyblue\", sourceSize=20)\n", + "# This line also works with snake_case instead of camelCase: source_size=20" ] }, {