Skip to content

Instantly share code, notes, and snippets.

@jumpingchu
Last active January 17, 2022 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jumpingchu/b78b3105e2641daf4fc1c0b3fc11a4f0 to your computer and use it in GitHub Desktop.
Save jumpingchu/b78b3105e2641daf4fc1c0b3fc11a4f0 to your computer and use it in GitHub Desktop.
Google Colab feature
from google.colab import data_table
# 開啟功能
data_table.enable_dataframe_formatter()
# 關閉功能
data_table.disable_dataframe_formatter()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment