Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 637132964
  • Loading branch information
katlyn-edwards authored and colaboratory-team committed May 25, 2024
1 parent 0bb02aa commit 2d5b6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/colab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from google.colab import _import_hooks
from google.colab import _import_magics
from google.colab import _installation_commands
from google.colab import _interactive_table_hint_button
from google.colab import _quickchart_hint_button
from google.colab import _reprs
from google.colab import _shell_customizations
from google.colab import _system_commands
Expand Down Expand Up @@ -67,4 +67,4 @@ def load_ipython_extension(ipython):
_reprs.enable_string_repr()
# TODO(b/203704905): remove workaround when pandas fixes this issue.
_reprs.enable_df_style_formatter()
_interactive_table_hint_button._enable_df_interactive_hint_formatter() # pylint:disable=protected-access
_quickchart_hint_button._enable_df_interactive_hint_formatter() # pylint:disable=protected-access

0 comments on commit 2d5b6ff

Please sign in to comment.