Is there an existing issue for this?
Problem statement
For each python source (whether a notebook cell or a local file), we need to list dependencies and add them to the DependencyGraph
Proposed Solution
Use AST to analyze imports
Additional Context
No response