Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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