Hi all!
I am running a Dash instance integrated into a Flask app- here is my ideal workflow:
1.Input parameters
2. Query data
3. Pass data to dash for interactive plot
However, I am struggling to achieve step 3. My dataframe is too big to store in session, and I want to avoid this anyway.
Perhaps I could store in a div on browser - can I dynamically add html within the iframe calling dash url, and refer to it in callbacks?
All ideas welcome,
Thanks!