Skip to content

Commit 4f4ebef

Browse files
authored
chore: add Colab link in semantic ops demo notebook (#1210)
1 parent 9596b66 commit 4f4ebef

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

notebooks/experimental/semantic_operators.ipynb

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"# Copyright 2024 Google LLC\n",
10+
"#\n",
11+
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
12+
"# you may not use this file except in compliance with the License.\n",
13+
"# You may obtain a copy of the License at\n",
14+
"#\n",
15+
"# https://www.apache.org/licenses/LICENSE-2.0\n",
16+
"#\n",
17+
"# Unless required by applicable law or agreed to in writing, software\n",
18+
"# distributed under the License is distributed on an \"AS IS\" BASIS,\n",
19+
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
20+
"# See the License for the specific language governing permissions and\n",
21+
"# limitations under the License."
22+
]
23+
},
324
{
425
"cell_type": "markdown",
526
"metadata": {},
@@ -17,6 +38,8 @@
1738
"\n",
1839
"The second section talks about applying semantic operators on real-world large datasets. The examples are designed to benchmark the performance of the operators, and to (maybe) spark some ideas for your next application scenarios.\n",
1940
"\n",
41+
"You can open this notebook on Google Colab [here](https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/semantic_operators.ipynb).\n",
42+
"\n",
2043
"Without further ado, let's get started."
2144
]
2245
},
@@ -3893,7 +3916,7 @@
38933916
"name": "python",
38943917
"nbconvert_exporter": "python",
38953918
"pygments_lexer": "ipython3",
3896-
"version": "3.12.1"
3919+
"version": "3.11.9"
38973920
}
38983921
},
38993922
"nbformat": 4,

0 commit comments

Comments
 (0)