aboutsummaryrefslogtreecommitdiffstats
path: root/python/notebooks/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/notebooks/path.py')
-rw-r--r--python/notebooks/path.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/notebooks/path.py b/python/notebooks/path.py
new file mode 100644
index 00000000..9d22534b
--- /dev/null
+++ b/python/notebooks/path.py
@@ -0,0 +1,5 @@
+import sys
+import os
+sys.path.append(os.path.join(os.environ['CODE_DIR'], 'python'))
+sys.path.append(os.path.join(os.environ['CODE_DIR'], 'python',
+ 'exploration'))