Widget that computes and plots parts of the Summary on-the-fly
- Linguagem predominante
- Python
- Estrelas
- 99
- Forks
- 8
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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](http://dask.pydata.org/en/latest/caching.html) we would avoid recomputing all the graph up to that node as many of the previously computed nodes would be kept in memory.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.