Skip to content

Commit 41011d0

Browse files
committed
clean up
1 parent 029b472 commit 41011d0

File tree

5 files changed

+0
-71
lines changed

5 files changed

+0
-71
lines changed

notebooks/getting_started/getting_started_bq_dataframes.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,20 +1329,6 @@
13291329
"Running your own Python functions (or being able to bring your packages) and using them at scale is a challenge many data scientists face. BigQuery DataFrames makes it easy to deploy [remote functions](https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.pandas#bigframes_pandas_remote_function) that run scalar Python functions at BigQuery scale. These functions are persisted as [BigQuery remote functions](https://cloud.google.com/bigquery/docs/remote-functions) that you can then re-use."
13301330
]
13311331
},
1332-
{
1333-
"cell_type": "code",
1334-
"execution_count": null,
1335-
"metadata": {},
1336-
"outputs": [],
1337-
"source": [
1338-
"import sys\n",
1339-
"\n",
1340-
"# Python 3.14 is not yet a supported runtime for remote functions.\n",
1341-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
1342-
"if sys.version_info >= (3, 14, 0):\n",
1343-
" sys.exit(0)"
1344-
]
1345-
},
13461332
{
13471333
"cell_type": "markdown",
13481334
"metadata": {

notebooks/location/regionalized.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,20 +1339,6 @@
13391339
"# Using the Remote Functions"
13401340
]
13411341
},
1342-
{
1343-
"cell_type": "code",
1344-
"execution_count": null,
1345-
"metadata": {},
1346-
"outputs": [],
1347-
"source": [
1348-
"import sys\n",
1349-
"\n",
1350-
"# Python 3.14 is not yet a supported runtime for remote functions.\n",
1351-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
1352-
"if sys.version_info >= (3, 14, 0):\n",
1353-
" sys.exit(0)"
1354-
]
1355-
},
13561342
{
13571343
"attachments": {},
13581344
"cell_type": "markdown",

notebooks/remote_functions/remote_function.ipynb

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": null,
6-
"id": "bcff4fc4",
7-
"metadata": {},
8-
"outputs": [],
9-
"source": [
10-
"import sys\n",
11-
"\n",
12-
"# Python 3.14 is not yet a supported runtime for remote functions.\n",
13-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
14-
"if sys.version_info >= (3, 14, 0):\n",
15-
" sys.exit(0)"
16-
]
17-
},
183
{
194
"cell_type": "code",
205
"execution_count": 19,

notebooks/remote_functions/remote_function_usecases.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@
2121
"# limitations under the License."
2222
]
2323
},
24-
{
25-
"cell_type": "code",
26-
"execution_count": null,
27-
"metadata": {},
28-
"outputs": [],
29-
"source": [
30-
"import sys\n",
31-
"\n",
32-
"# Python 3.14 is not yet a supported runtime for remote functions.\n",
33-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
34-
"if sys.version_info >= (3, 14, 0):\n",
35-
" sys.exit(0)"
36-
]
37-
},
3824
{
3925
"cell_type": "markdown",
4026
"metadata": {},

notebooks/remote_functions/remote_function_vertex_claude_model.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@
2828
"</table>"
2929
]
3030
},
31-
{
32-
"cell_type": "code",
33-
"execution_count": null,
34-
"metadata": {},
35-
"outputs": [],
36-
"source": [
37-
"import sys\n",
38-
"\n",
39-
"# Python 3.14 is not yet a supported runtime for remote functions.\n",
40-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
41-
"if sys.version_info >= (3, 14, 0):\n",
42-
" sys.exit(0)"
43-
]
44-
},
4531
{
4632
"cell_type": "markdown",
4733
"metadata": {},

0 commit comments

Comments
 (0)