First time here? Check out the FAQ!
answered 2012-01-16 15:50:48 +0100
Start the notebook with following lines and replace path-to-module and module-name with whatever is appropriate in you case.
import sys sys.path.append('path-to-module') import module-name