From 2d5b6ffeee1ac60a8e395cf3432af2fa63d65f5f Mon Sep 17 00:00:00 2001 From: Katlyn Edwards Date: Fri, 24 May 2024 22:24:34 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 637132964 --- google/colab/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/colab/__init__.py b/google/colab/__init__.py index ddd7bda5..1cd0a1a3 100644 --- a/google/colab/__init__.py +++ b/google/colab/__init__.py @@ -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 @@ -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