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

Selective cell execution restricted to cell metadata tags #2917

Open
rodsenra opened this issue Aug 25, 2017 · 1 comment
Open

Selective cell execution restricted to cell metadata tags #2917

rodsenra opened this issue Aug 25, 2017 · 1 comment

Comments

@rodsenra
Copy link

rodsenra commented Aug 25, 2017

Use Case:
Not always "Run all", "Run all above", "Run all below" suffice for executing useful subsets of cells in a notebook. Sometimes the user wants to execute cells that are scattered across the same notebook because they share some semantics but are not physically adjacent.

Desired Feature I:
It would be interesting to be able to execute (top-to-bottom) a subset of cells that share the same given tag. That would allow different execution workflows while leveraging the existent cell tag infrastructure.

Desired Feature II:
Execution of all cells within a section or subsection (in between Heading 1,2,3) may be also useful.

@blink1073 blink1073 added this to the 1.0 milestone Aug 29, 2017
@jasongrout jasongrout removed this from the 1.0 milestone Sep 5, 2018
@ian-r-rose ian-r-rose added this to the Future milestone Sep 6, 2018
@krassowski
Copy link
Member

Execution of all cells within a section or subsection (in between Heading 1,2,3) may be also useful.

This is already possible in JupyterLab 3.x from sidebar Table of Contents context menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants