Hello, I have multipage-app and in one page(different python file) I am screening data and storing them as json file as output of callback. I store data dcc.Store(), but i need to import this data other page. How can I use this output, in different page(python file) as input for editing data and creating table?
Thanks in advance.