Skip to content

Commit 35bb3b1

Browse files
authored
Merge branch 'main' into tswast-patch-3
2 parents 8945693 + 2d973b5 commit 35bb3b1

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)