Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion notebooks/python-udf-template/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
"</div>"
]
},
{
"cell_type": "markdown",
"id": "9b6469e0",
"metadata": {},
"source": [
"<p>This feature is currently in Private Preview. Please reach out support@singlestore.com to confirm if this feature can be enabled in your org.</p>"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -197,7 +205,9 @@
"```\n",
"SELECT review_id, store_name, review, review_sentiment_test(review) from reviews order by review_id;\n",
"```\n",
"from the SQL editor or any other SQL client. Try it out by opening another notebook, selecting the current Database and running this query in a new cell."
"from the SQL editor or any other SQL client.\n",
"\n",
"Try it out by opening another notebook, selecting the current Database and running this query in a new cell."
]
},
{
Expand Down