First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 13 years ago

Shashank gravatar image

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