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

Widget that computes and plots parts of the Summary on-the-fly #20

Open
zblz opened this issue Nov 8, 2017 · 0 comments
Open

Widget that computes and plots parts of the Summary on-the-fly #20

zblz opened this issue Nov 8, 2017 · 0 comments
Labels

Comments

@zblz
Copy link
Member

zblz commented Nov 8, 2017

Right now, creating and exploring a lens report is always a two step process: lens.summarise and lens.explore or lens.interactive_explore. It would be useful to have a single function that directly creates a widget. However, in that case we want to avoid the front-loading of computation as it would be a bad user experience. A way around that would be to generate the dask graph but only compute the nodes that are needed for each pane of the widget when entering that pane. Using opportunistic caching we would avoid recomputing all the graph up to that node as many of the previously computed nodes would be kept in memory.

@zblz zblz added the feature label Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant