Currently dash website completely refreshes when re-open tab. It is often useful to have the data from the last session stored.
I tried using the 'persistence', 'persistence_props' and 'persistence_type' dash propertys (see https://dash.plotly.com/persistence), but it seems that only data that has been changed in the last session is stored, not data from two sessions ago.
It would be beneficial to develop a method that stores all data (possibly after an analysis has been run).
If persistent data is available, ideally a refresh button will also allow the user to completely reset all properties to the website defaults.
Currently dash website completely refreshes when re-open tab. It is often useful to have the data from the last session stored.
I tried using the 'persistence', 'persistence_props' and 'persistence_type' dash propertys (see https://dash.plotly.com/persistence), but it seems that only data that has been changed in the last session is stored, not data from two sessions ago.
It would be beneficial to develop a method that stores all data (possibly after an analysis has been run).
If persistent data is available, ideally a refresh button will also allow the user to completely reset all properties to the website defaults.