Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data shown in the Dashboard disappears when navigating across the tabs #106

Open
dmalagarriga opened this issue Jan 23, 2020 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@dmalagarriga
Copy link

First of all thank you very much for your impressive work in InterpretML.

My issue: I would like to keep the data in the tabs after navigating to another tab. I know it is a Dash issue but I was wondering whether you have thought about how to fix it. That would be really useful since each time I switch to another tab the page reloads and I have to select again the elements from the Dropdown menu. Thank you!

@interpret-ml
Copy link
Collaborator

Hi @dmalagarriga,

We're happy that you're enjoying InterpretML! You're right, this is a Dash issue that would take some time to fix. One potential solution is storing each tab's state via hidden div tags at the parent level (which seems to be the standard way at the moment).

For this reason and others, we're working on implementing the dashboard through both dash and inline react.js directly, where we have more flexibility. Stay tuned over the next few months for these updates!

Thanks!
-InterpretML Team

@dmalagarriga
Copy link
Author

Thank you very much for your quick reply. I've been trying to implement your suggested solution without success (storin' each tab's state through hidden div tags). I had read about it a while ago but I've never been able to implement it correctly (and I have not found any functional example). My question is: could you post a small example with a solution to that? In any case, I'll stay tuned for your updates in these forthcoming months! Thank you.

@paulbkoch paulbkoch mentioned this issue Jan 21, 2023
@paulbkoch paulbkoch added the enhancement New feature or request label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants