The frequencyCompensationProject.py from chapter 12 seems to suggest that one could import all the scripts, run them, and have the whole project available in the html page.
However, even though html pages are generated for all the scripts, the index remains only with the last run script, you cannot view the rest of the script results from this index.html.
Is there a way to run several scripts like frequencyCompensationProject.py, but in the end being able to access all their results from the index.html?
The frequencyCompensationProject.py from chapter 12 seems to suggest that one could import all the scripts, run them, and have the whole project available in the html page.
However, even though html pages are generated for all the scripts, the index remains only with the last run script, you cannot view the rest of the script results from this index.html.
Is there a way to run several scripts like frequencyCompensationProject.py, but in the end being able to access all their results from the index.html?