[W]here does the script save the data / graphs when running it?
It doesn’t. The project should have a persistent memoization system but I didn’t implement one. The way to save the data is to pipe your output into a file. The way I save the graphs is to click “Save the figure” on your graph.
Is the (hard-to-parse) text scrolling by all that I’ll get at the end of a run?
Yup. If anyone wants to improve the system I am happy to accept merge requests.
It doesn’t. The project should have a persistent memoization system but I didn’t implement one. The way to save the data is to pipe your output into a file. The way I save the graphs is to click “Save the figure” on your graph.
Yup. If anyone wants to improve the system I am happy to accept merge requests.