Skip to content

Commit

Permalink
document autotranslation SQL to python and groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jul 4, 2018
1 parent 401e0b2 commit b892c94
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/sql/Sql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,27 @@
" tableFinish)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%groovy\n",
"beakerx.citiesTable.values[0]"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%python\n",
"from beakerx import beakerx\n",
"beakerx.citiesTable.loc[0]"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit b892c94

Please sign in to comment.