notebook.community
Edit and run
In [1]: import sys sys.path.append('../src') from aggregate import Aggregate AGGY = Aggregate()
import sys sys.path.append('../src') from aggregate import Aggregate AGGY = Aggregate()
In [2]: AGGY.aggregate_data()
AGGY.aggregate_data()
In [ ]: