Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No public description #3287

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions google/colab/_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

from IPython.core import oinspect
from IPython.utils import dir2
import matplotlib.pyplot as plt

# We also iterate over dicts, but the logic differs slightly (due to compound
# entries), so they don't appear in this mapping.
Expand Down Expand Up @@ -372,9 +373,6 @@ def _series_rich_repr(obj, depth=0):
Returns:
A (potentially abbreviated) string representation for obj.
"""
# Importing matplotlib.pyplot here because of b/261900852
import matplotlib.pyplot as plt # pylint:disable=g-import-not-at-top

width_figure = 4
height_figure = 1
shape = getattr(obj, 'shape', None)
Expand Down
Loading