From e20c3c37759e307e24304c5958ec930854dc1676 Mon Sep 17 00:00:00 2001 From: Garrett Wu Date: Thu, 8 May 2025 22:53:07 +0000 Subject: [PATCH 1/2] docs: update blob_display option in snippets --- samples/snippets/multimodal_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/multimodal_test.py b/samples/snippets/multimodal_test.py index fc3d60e12e..368f82d849 100644 --- a/samples/snippets/multimodal_test.py +++ b/samples/snippets/multimodal_test.py @@ -20,7 +20,7 @@ def test_multimodal_dataframe(gcs_dst_bucket: str) -> None: import bigframes # Flags to control preview image/video preview size - bigframes.options.experiments.blob_display_width = 300 + bigframes.options.display.blob_display_width = 300 import bigframes.pandas as bpd From 1cca10a2f3fae36e81363e1761aa4f47ae36d6dd Mon Sep 17 00:00:00 2001 From: Garrett Wu Date: Thu, 8 May 2025 23:11:13 +0000 Subject: [PATCH 2/2] notebook link --- notebooks/multimodal/multimodal_dataframe.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/multimodal/multimodal_dataframe.ipynb b/notebooks/multimodal/multimodal_dataframe.ipynb index 860d8080eb..ce3f10b881 100644 --- a/notebooks/multimodal/multimodal_dataframe.ipynb +++ b/notebooks/multimodal/multimodal_dataframe.ipynb @@ -32,18 +32,18 @@ "\n", "\n", " \n", " \n", "
\n", - " \n", + " \n", " \"Colab Run in Colab\n", " \n", " \n", - " \n", + " \n", " \"GitHub\n", " View on GitHub\n", " \n", " \n", - " \n", + " \n", " \"BQ\n", " Open in BQ Studio\n", " \n",