alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Convert .py files in reproductions to notebooks #358

Closed alchemyst closed 4 years ago

alchemyst commented 4 years ago

Note that this involves more work than simply converting the .py files to .ipynb. Currently every one of the .py files are part of the testing process, so to complete this task you also have to rework the testing machinery.

The goal is also specifically to replace the .py files with the .ipynb files and not to duplicate them as this increases the maintenance load.