Skip to content

Commit

Permalink
📝 Update example 4 to illustrate the lower_case options
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 24, 2024
1 parent f1b6674 commit 8739554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/4_Importing_Tables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 8739554

Please sign in to comment.