First time here? Check out the FAQ!
answered 13 years ago
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