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

Explore option for allowing to run all cells in a folded markdown region #133690

Open
miguelsolorio opened this issue Sep 23, 2021 · 1 comment
Open
Assignees
Labels
feature-request Request for new features or functionality notebook-execution Issues related to running cells in a notebook notebook-rendering ux User experience issues
Milestone

Comments

@miguelsolorio
Copy link
Contributor

Separating this out from #132690

When a markdown cell has code cells folded underneath, the suggestions is to surface the total number of cells folded and to show a run action next to it:

CleanShot 2021-09-23 at 12 51 59@2x

Running the cell would show progress for the cells (with a stop action that will interrupt the kernel). And when the cell is finished, the cell returns the previous state. You can also click on the cell ... to expand the collapsed state (which is equivalent to opening the folded markdown region)

CleanShot 2021-09-08 at 13 52 06

@miguelsolorio miguelsolorio added ux User experience issues notebook labels Sep 23, 2021
@miguelsolorio miguelsolorio added this to the September 2021 milestone Sep 23, 2021
@miguelsolorio miguelsolorio self-assigned this Sep 23, 2021
@miguelsolorio miguelsolorio added the feature-request Request for new features or functionality label Oct 4, 2021
@greazer greazer added the notebook-execution Issues related to running cells in a notebook label Oct 26, 2021
@rebornix rebornix modified the milestones: October 2021, On Deck Oct 26, 2021
@rebornix rebornix assigned roblourens and unassigned rebornix Aug 11, 2022
@daviddossett daviddossett removed their assignment Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality notebook-execution Issues related to running cells in a notebook notebook-rendering ux User experience issues
Projects
None yet
Development

No branches or pull requests

8 participants
@roblourens @rebornix @DonJayamanne @greazer @tanhakabir @daviddossett @miguelsolorio and others