Skip to content

Commit 8b30143

Browse files
authored
docs: update blob_display option in snippets (#1714)
1 parent 68b6532 commit 8b30143

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/multimodal/multimodal_dataframe.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"<table align=\"left\">\n",
3333
"\n",
3434
" <td>\n",
35-
" <a href=\"https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/multimodal_dataframe.ipynb\">\n",
35+
" <a href=\"https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/multimodal/multimodal_dataframe.ipynb\">\n",
3636
" <img src=\"https://cloud.google.com/ml-engine/images/colab-logo-32px.png\" alt=\"Colab logo\"> Run in Colab\n",
3737
" </a>\n",
3838
" </td>\n",
3939
" <td>\n",
40-
" <a href=\"https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/multimodal_dataframe.ipynb\">\n",
40+
" <a href=\"https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/multimodal/multimodal_dataframe.ipynb\">\n",
4141
" <img src=\"https://cloud.google.com/ml-engine/images/github-logo-32px.png\" alt=\"GitHub logo\">\n",
4242
" View on GitHub\n",
4343
" </a>\n",
4444
" </td>\n",
4545
" <td>\n",
46-
" <a href=\"https://console.cloud.google.com/bigquery/import?url=https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/multimodal_dataframe.ipynb\">\n",
46+
" <a href=\"https://console.cloud.google.com/bigquery/import?url=https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/multimodal/multimodal_dataframe.ipynb\">\n",
4747
" <img src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTW1gvOovVlbZAIZylUtf5Iu8-693qS1w5NJw&s\" alt=\"BQ logo\" width=\"35\">\n",
4848
" Open in BQ Studio\n",
4949
" </a>\n",

samples/snippets/multimodal_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_multimodal_dataframe(gcs_dst_bucket: str) -> None:
2020
import bigframes
2121

2222
# Flags to control preview image/video preview size
23-
bigframes.options.experiments.blob_display_width = 300
23+
bigframes.options.display.blob_display_width = 300
2424

2525
import bigframes.pandas as bpd
2626

0 commit comments

Comments
 (0)