Persistent dynamic dashboards

Hi,

I would like to make a web application where I would load results from my load tests in csv format and add a variable number of graphs for each execution (1 execution multiple csv files) and make all this persistent.

I checked the documentation of Dash and didn’t find a way to do this.

I have found a way to upload and save files on local drive(https://docs.faculty.ai/user-guide/apps/examples/dash_file_upload_download.html) but no way to save locally the dashboards with the variable number of graphs.

Could any one give some tips on how to do this? Maybe is something I missed in my searches.

Thank you!
John

What do you mean? Dash can store data in several manners, see here: Store | Dash for Python Documentation | Plotly