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

Jump to Failed Cell Shortcut / Button #9786

Open
jwatson-CO-edu opened this issue Feb 12, 2021 · 2 comments
Open

Jump to Failed Cell Shortcut / Button #9786

jwatson-CO-edu opened this issue Feb 12, 2021 · 2 comments

Comments

@jwatson-CO-edu
Copy link

Note:

Requesting a feature identical to jupyter/notebook#4323 (comment) in Notebook.

Problem

When I am running a large jupyterlab notebook start to finish (▸▸), some intermediate cell will fail and I must hunt and scroll to find it.

Proposed Solution

In order of usefulness:

  1. "Jump to Next Failed Cell Output" Hotkey
  2. "Jump to Next Failed Cell Output" UI Button

Additional context

We use Jupyter for prototyping software projects, and in the days just before a notebook is flipped to a library, a notebook can become quite large and be organized into many cells representing each logical segment of the project. Jupyter works well for this use case except when an unexpected error occurs in a large notebook.

@krassowski
Copy link
Member

krassowski commented Feb 12, 2021

Also proposed and discussed in: #8714 (except for the hotkey part) and #5790.

@mdavis-xyz
Copy link

Just FYI, it seems the latest release has a new feature where a red icon appears in the table of contents. If you click on it, it takes you to the start of the section containing the failed cell. While not exactly a 'jump to failed cell' button, it's a huge help.

image

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

3 participants