Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather API #47

Open
psychemedia opened this issue Oct 23, 2020 · 0 comments
Open

Gather API #47

psychemedia opened this issue Oct 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@psychemedia
Copy link

I'm not clear as to how gather actually works, whether it does a static analysis of a notebook, or whether it looks at cell execution / state history and then tries to identify the executed cells that influenced the execution of a given cell.

If it's a static analysis, given a notebook ipynb file, and an identified code cell, whether "code cell 5 of 10" or a code cell identified by a particular cell tag, it would be useful to be able to call something like gather("mynotebook.ipynb", code_cell=5) or gather("mynotebook.ipynb", code_id="final_chart") and return gather code cells with the identified code cell as the last cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant