We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c475b5 commit 5333686Copy full SHA for 5333686
bigframes/dataframe.py
@@ -789,8 +789,6 @@ def _repr_html_(self) -> str:
789
return "Interactive table widget (anywidget mode)"
790
except (AttributeError, ValueError):
791
# Fallback if anywidget is not available
792
- import warnings
793
-
794
warnings.warn(
795
"Anywidget mode is not available, falling back to deferred mode."
796
)
0 commit comments