top | item 40941739

(no title)

amakelov | 1 year ago

Ah, yes, the notorious state problem in notebooks. In your project, do you find the dependencies statically or dynamically?

discuss

order

vrtnis|1 year ago

Statically - basically just parsing the code into an AST and then walking through the tree to collect information about variable usage and definitions.