vizier-scala
vizier-scala copied to clipboard
The Vizier kernel-free notebook programming environment
**What pain point is this feature intended to address? Please describe.** Vizier presently does not capture external dependencies via Python (or other languages). This means that e.g., calls to outside...
**What pain point is this feature intended to address? Please describe.** [PI2](https://arxiv.org/pdf/2201.05664.pdf) looks like a nifty tool for generating automatic visualizations of datasets. **Describe the solution you'd like** Add an...
A significant pain point for Python at the moment is its high startup cost. Even on a relatively beefy machine, it can take upwards of 500ms to spin up a...
A common use case for data tables is text-search. In principle, the browser's normal "find" feature should be ideal for this, but we're not materializing the full DOM of a...
Add support for caveat annotations to charts.
Allow segments of the notebook to be collapsed, e.g., under markdown cells based on their headers.
Like communityclean, it would be nice to view all comments/errors affecting the currently viewed spreadsheet.
Use case from @mrb24 : - Repeated processing of a particular cell with small variations (e.g., load multiple datasets from a database that requires username, password, etc...) We should be...
**Current behavior**: Deleting cells requires individually deleting each individual cell one at a time. This triggers re-execution of the subsequent workflow, which takes a while to complete. Worse, until it...