diff --git a/notebooks/python-udf-template/notebook.ipynb b/notebooks/python-udf-template/notebook.ipynb index 7bd7c73..3d1f12c 100644 --- a/notebooks/python-udf-template/notebook.ipynb +++ b/notebooks/python-udf-template/notebook.ipynb @@ -30,6 +30,14 @@ "" ] }, + { + "cell_type": "markdown", + "id": "9b6469e0", + "metadata": {}, + "source": [ + "
This feature is currently in Private Preview. Please reach out support@singlestore.com to confirm if this feature can be enabled in your org.
" + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -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." ] }, {