Floodline

Add the folder containing the Flood Commander scripts to the path for import into the Notebook.


In [5]:
import sys

if '../flood-commander' not in sys.path:
    sys.path.append("../scripts")