From b892c94e9ffd41bfac601c2278a9aa3c2bd12d53 Mon Sep 17 00:00:00 2001 From: Scott Draves Date: Wed, 4 Jul 2018 16:37:37 -0400 Subject: [PATCH] document autotranslation SQL to python and groovy --- doc/sql/Sql.ipynb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/sql/Sql.ipynb b/doc/sql/Sql.ipynb index 4134c64fe9..0c5b612a34 100644 --- a/doc/sql/Sql.ipynb +++ b/doc/sql/Sql.ipynb @@ -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": {