paper-ParallelPython-Short/sections/conclusions.tex
Boris Glavic 2ba0c50c9c abstract
2022-03-20 13:59:22 -05:00

7 lines
653 B
TeX

We introduce a provenance-based approach for predicting and tracking dependencies across python cells in a computational notebook and an implementation of this approach in Vizier, a data-centric notebook system where cells are isolated from each other and communicate through data artifacts. By combining best effort static analysis with an adaptable runtime schedule for notebook cell execution, we achieve (i) parallel execution of python cells, (ii) automatic refresh of dependent cells when the notebook is modified, and (iii) translation of Jupyter notebooks into our model.
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../main"
%%% End: