CellSeg icon indicating copy to clipboard operation
CellSeg copied to clipboard

Add option to add path to system variable

Open Delayed-Gitification opened this issue 1 year ago • 0 comments

For some users (eg those using ondemand) it would be useful this:

import sys sys.path.append('name of your CellSeg_directory')

This enables it to import all the functions even if jupyter is not launched from the CellSeg directory (and therefore has the wrong working directory)

Delayed-Gitification avatar Jun 15 '23 17:06 Delayed-Gitification