Skip to content

Instantly share code, notes, and snippets.

@afspies
Created January 8, 2021 11:45
Show Gist options
  • Save afspies/5f997d098df603e8036b1045b95bba55 to your computer and use it in GitHub Desktop.
Save afspies/5f997d098df603e8036b1045b95bba55 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
# auto-reload modules imported with %aimport
%load_ext autoreload
%autoreload 1
# Interactive tables with pandas
%load_ext google.colab.data_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment