Skip to content

Commit fb9c94a

Browse files
committed
add todo
1 parent 9e61250 commit fb9c94a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigframes/dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,8 @@ def _repr_mimebundle_(self, include=None, exclude=None):
918918
Custom display method for IPython/Jupyter environments.
919919
This is called by IPython's display system when the object is displayed.
920920
"""
921+
# TODO(b/467647693): Anywidget integration has been tested in Jupyter, VS Code, and
922+
# BQ Studio, but there is a known compatibility issue with Marimo that needs to be addressed.
921923
opts = bigframes.options.display
922924
# Only handle widget display in anywidget mode
923925
if opts.repr_mode == "anywidget":

0 commit comments

Comments
 (0)