pull/2/head
Oliver Kennedy 2023-05-13 14:01:48 -04:00
parent 0c47bba2f7
commit 1497f48eca
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Each cell in vizier is executed in an isolated environment, a "micro-kernel". M
* ["Microkernel Notebooks" at The Data Thread 2022](https://www.youtube.com/watch?v=BVHGcAyLcrY&list=PLqPVYeLJnT12-Roap9zdK9oCHiZ3AD_i3&index=9)
* ["Runtime Provenance Refinement for Notebooks" at TAPP 2022](/papers/2022/TaPP-ParallelPython.pdf)
#### Multiple Views of Code [Vizier]
#### Multi-View Code [Vizier]
It's common to use multiple tools (spreadsheets, editors, databases) in a single data science workflow, but what happens when you want to view the same code in different ways.
For example, Vizier already provides multiple views of a workflow, optimized for writing code, reading code, tracing data flow, and more.