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 hn newest 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.
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.
vrtnis|1 year ago