Created
January 8, 2021 11:45
-
-
Save afspies/5f997d098df603e8036b1045b95bba55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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