Hacker News new | ask | show | jobs
by amakelov 705 days ago
Ah, yes, the notorious state problem in notebooks. In your project, do you find the dependencies statically or dynamically?
1 comments

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