mountainsort_examples
mountainsort_examples copied to clipboard
jupyter notebook example fail
Installed today (thanks!), but ran into trouble in first jupyter example, at this line:
from mountainsort4_1_0 import sort_dataset as ms4_sort_dataset # MountainSort spike sorting
Error:
ModuleNotFoundError Traceback (most recent call last)
ModuleNotFoundError: No module named 'mountainsort4_1_0'
I tried to locate the method, but can't find it. Guessing the module changed, or the method moved to another module?
Download this repo and specify a path like import sys sys.path.append('.../mountainsort_examples-master/python')