Closed amoghskulkarni closed 6 years ago
Other handy modules usable in IPython notebook which come with IPython stack - http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html
213d6c89914cbd2527afbf490b0ce69e8a3a6a60 Every problem now generates a CSV file and the handle to download the generated file is given in the notebook. Still some management of the files is required, but this particular issue has been addressed.
This will help the user to store the DoE results on the server and
FileLink
andFileLinks
objects fromIPython.display
module can be used in the notebook to provide downloadable links of the same files.Code snippet for the downloadable links -
Using
CsvRecorder
from OpenMDAO stack should be easy enough according to the following example their docs - http://openmdao.readthedocs.io/en/1.7.0/srcdocs/packages/recorders/csv_recorder.html