-
Notifications
You must be signed in to change notification settings - Fork 101
[FEATURE]: Detect notebook include graph by analysing %run magic cells #1201
Copy link
Copy link
Closed
Copy link
Labels
migrate/codeAbstract Syntax Trees and other dark magicAbstract Syntax Trees and other dark magic
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem statement
The %run command allows you to include another notebook within a notebook. You can use %run to modularize your code, for example by putting supporting functions in a separate notebook. You can also use it to concatenate notebooks that implement the steps in an analysis. When you use %run, the called notebook is immediately executed and the functions and variables defined in it become available in the calling notebook.
Proposed Solution
Detect %run magic cells and treat them as a dependency
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
migrate/codeAbstract Syntax Trees and other dark magicAbstract Syntax Trees and other dark magic
Type
Projects
Status
No status