I'm looking at using plotly-dash however it is still not clear to me whether what I want to do is possible.
I would like to build a UI that allows the user the upload their data, set some parameters and do some data analysis. Once this is done the user would be able to save the dashboard they've created to file, so they can reopen it as it is and make further changes if required. So once this is done the user can either open the blank UI and start another dashboard or open the dashboard they created previously.
Does plotly-dash have this functionality?
Thanks