Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Aug 27, 2024
1 parent cd6f28d commit 82b81d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cudf/cudf/pandas/_wrappers/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def custom_repr_html(obj):


if ipython_shell:
# See: https://ipython.readthedocs.io/en/stable/config/integrating.html#formatters-for-third-party-types
html_formatter = ipython_shell.display_formatter.formatters["text/html"]
html_formatter.for_type(DataFrame, custom_repr_html)

Expand Down

0 comments on commit 82b81d7

Please sign in to comment.