In [1]:
%run ../../utils/load_notebook.py


ERROR:root:File `u'../../utils/load_notebook.py'` not found.

In [4]:
from test.n338_test import *


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-4-ff89180d896f> in <module>()
----> 1 from test.n338_test import *

ImportError: No module named n338_test

In [ ]:
print incl

In [ ]:
os.chdir('../../notebooks/')

In [ ]:
from n3898_test import *

In [ ]: