Move notebooks to own dir.

This commit is contained in:
Simon Forman
2022-02-19 07:28:27 -08:00
parent 05fff04fba
commit c467393bb7
156 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../implementations/Python'))
# -- Project information -----------------------------------------------------