File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
" <table align=\" left\" >\n " ,
33
33
" \n " ,
34
34
" <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 " ,
36
36
" <img src=\" https://cloud.google.com/ml-engine/images/colab-logo-32px.png\" alt=\" Colab logo\" > Run in Colab\n " ,
37
37
" </a>\n " ,
38
38
" </td>\n " ,
39
39
" <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 " ,
41
41
" <img src=\" https://cloud.google.com/ml-engine/images/github-logo-32px.png\" alt=\" GitHub logo\" >\n " ,
42
42
" View on GitHub\n " ,
43
43
" </a>\n " ,
44
44
" </td>\n " ,
45
45
" <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 " ,
47
47
" <img src=\" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTW1gvOovVlbZAIZylUtf5Iu8-693qS1w5NJw&s\" alt=\" BQ logo\" width=\" 35\" >\n " ,
48
48
" Open in BQ Studio\n " ,
49
49
" </a>\n " ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def test_multimodal_dataframe(gcs_dst_bucket: str) -> None:
20
20
import bigframes
21
21
22
22
# Flags to control preview image/video preview size
23
- bigframes .options .experiments .blob_display_width = 300
23
+ bigframes .options .display .blob_display_width = 300
24
24
25
25
import bigframes .pandas as bpd
26
26
You can’t perform that action at this time.
0 commit comments