- Windows uses "\" instead of "/" in the path names and that didn't work when we tried to split them for naming the output..
- Also an issue when importing at the end because jupyter used unix paths
Maybe we should use the os package to split off paths maybe that will work for both?
Maybe we should use the
ospackage to split off paths maybe that will work for both?