In [1]:
%pylab inline


Populating the interactive namespace from numpy and matplotlib

In [2]:
import sys
sys.path.append('../Python')
sys.path[-1]


Out[2]:
'../Python'

In [7]:
import test


Imported test module

In [11]:
cd ../Python


/Users/rjl/git/binder_experiments/Python

In [9]:
import test

In [12]:
ls


__init__.py  test.py      test.pyc

In [ ]: