Skip to content

Commit c35bb35

Browse files
committed
Revert accidental changes to README.rst
1 parent 4d22992 commit c35bb35

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,6 @@ For details, see the `third_party
110110
directory.
111111

112112

113-
Display Enhancements
114-
--------------------
115-
116-
**DataFrame `_repr_html_()` and `_ipython_display_()` Integration**
117-
118-
The `bigframes.pandas.DataFrame._repr_html_()` method has been updated. When `bpd.options.display.repr_mode` is set to “anywidget”, it will:
119-
120-
* Wrap the import of `anywidget` in a `try...except ImportError` block. If the dependency is not found, it will issue a `warnings.warn` message and fall back to returning the deferred representation.
121-
* If the import is successful, it instantiates a new `TableWidget`, passing the DataFrame's data.
122-
* Return the widget instance, which Jupyter automatically renders. A new widget instance is created for each `_repr_html_()` call to ensure cell outputs are isolated.
123-
124-
A new `_ipython_display_()` method has been introduced to handle the actual widget rendering, separating concerns from `_repr_html_()`.
125-
126113
Contact Us
127114
----------
128115

0 commit comments

Comments
 (0)