Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 564862167
  • Loading branch information
craigcitro authored and colaboratory-team committed Sep 12, 2023
1 parent f73520d commit 3354aef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions google/colab/output/_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ def _add_or_remove_tags(tags_to_add=(), tags_to_remove=()):
}

if ipython.in_ipython():
if IPython.version_info[0] > 2:
display.publish_display_data({}, metadata=metadata)
else:
display.publish_display_data('display', {}, metadata=metadata)
display.publish_display_data({}, metadata=metadata)

return output_tags

Expand Down

0 comments on commit 3354aef

Please sign in to comment.