Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f02f304

Browse files
committed
Merge branch 'main' into shuowei-anywidget-disable-log
2 parents 4740708 + 1fc29f6 commit f02f304

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

bigframes/_magics.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ def _cell_magic(line, cell):
4747
)
4848
if args.destination_var:
4949
ipython.push({args.destination_var: dataframe})
50-
else:
51-
with bigframes.option_context(
52-
"display.repr_mode",
53-
"anywidget",
54-
):
55-
display(dataframe)
56-
return
50+
51+
with bigframes.option_context(
52+
"display.repr_mode",
53+
"anywidget",
54+
):
55+
display(dataframe)

0 commit comments

Comments
 (0)