Created
October 26, 2020 16:06
-
-
Save bgalvao/a6dc8ee8d9276c785eb0102f7b27bdf2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| %load_ext autoreload | |
| %autoreload 2 | |
| import sys | |
| sys.path.append("..") | |
| from scrpts import sample # 'scripts' is a reserved name btw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment