Last active
February 22, 2022 10:25
-
-
Save izikeros/34038c8e055143eab6188f59804c0ac4 to your computer and use it in GitHub Desktop.
Add parent directory to path. Useful for jupyter notebooks.
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
| # Add parent directory to path | |
| import sys; sys.path.insert(0, '..') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment