Skip to content

Commit 14515de

Browse files
committed
final touch of notebook
1 parent 76a2d96 commit 14515de

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

notebooks/dataframes/anywidget_mode.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
{
143143
"data": {
144144
"application/vnd.jupyter.widget-view+json": {
145-
"model_id": "25b38c1408434091865f4bf9525dd069",
145+
"model_id": "f0ed74d739b64a56a6e3750968b155e1",
146146
"version_major": 2,
147147
"version_minor": 0
148148
},
@@ -205,7 +205,7 @@
205205
{
206206
"data": {
207207
"application/vnd.jupyter.widget-view+json": {
208-
"model_id": "cb4f246802a1407cb966321d8724ea27",
208+
"model_id": "fd00566103744c189a52033df9c9db7a",
209209
"version_major": 2,
210210
"version_minor": 0
211211
},
@@ -304,7 +304,7 @@
304304
{
305305
"data": {
306306
"application/vnd.jupyter.widget-view+json": {
307-
"model_id": "5b48c05254224c4dbce56f2793d6b661",
307+
"model_id": "2233934e95b84a87b01b9352ca36346d",
308308
"version_major": 2,
309309
"version_minor": 0
310310
},
@@ -343,7 +343,7 @@
343343
"data": {
344344
"text/html": [
345345
"✅ Completed. \n",
346-
" Query processed 85.9 kB in 14 seconds of slot time.\n",
346+
" Query processed 85.9 kB in 11 seconds of slot time.\n",
347347
" "
348348
],
349349
"text/plain": [
@@ -382,7 +382,7 @@
382382
{
383383
"data": {
384384
"application/vnd.jupyter.widget-view+json": {
385-
"model_id": "ab607cc7263f4a159ecfe63682c5e651",
385+
"model_id": "3e3e09d7adee4bcaa5b3540603c2418a",
386386
"version_major": 2,
387387
"version_minor": 0
388388
},
@@ -406,15 +406,15 @@
406406
}
407407
],
408408
"source": [
409-
"bpd._read_gbq_colab(\"\"\"\\n\n",
410-
"SELECT\\n\n",
411-
" AI.GENERATE(\\n\n",
412-
" prompt=>(\\\"Extract the values.\\\", OBJ.GET_ACCESS_URL(OBJ.FETCH_METADATA(OBJ.MAKE_REF(gcs_path, \\\"us.conn\\\")), \\\"r\\\")),\\n\n",
413-
" connection_id=>\\\"bigframes-dev.us.bigframes-default-connection\\\",\\n\n",
414-
" output_schema=>\\\"publication_date string, class_international string, application_number string, filing_date string\\\") AS result,\\n\n",
415-
" *\\n\n",
416-
"FROM `bigquery-public-data.labeled_patents.extracted_data`\\n\n",
417-
"LIMIT 5;\\n\n",
409+
"bpd._read_gbq_colab(\"\"\"\n",
410+
" SELECT\n",
411+
" AI.GENERATE(\n",
412+
" prompt=>(\\\"Extract the values.\\\", OBJ.GET_ACCESS_URL(OBJ.FETCH_METADATA(OBJ.MAKE_REF(gcs_path, \\\"us.conn\\\")), \\\"r\\\")),\n",
413+
" connection_id=>\\\"bigframes-dev.us.bigframes-default-connection\\\",\n",
414+
" output_schema=>\\\"publication_date string, class_international string, application_number string, filing_date string\\\") AS result,\n",
415+
" *\n",
416+
" FROM `bigquery-public-data.labeled_patents.extracted_data`\n",
417+
" LIMIT 5;\n",
418418
"\"\"\")"
419419
]
420420
}

0 commit comments

Comments
 (0)