JuliaPluto/Pluto.jl

Add clicking on the red/green cell status boxes in the Running code overview

Open

#3.281 aberto em 26 de jun. de 2025

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (329 forks)batch import
backendfrontendgood first issue

Métricas do repositório

Stars
 (5.295 stars)
Métricas de merge de PR
 (Mesclagem média 5d 12h) (13 fundiu PRs em 30d)

Description

I like that it is possible to click on the "Running code" boxes while the code is running to go to the currently running cell.

I would like it that, once the code has finished running, I can click on individual boxes (especially red ones) to be able to go to them and figure out/fix the error.

I have some rather long Notebooks (>50 cells, some cells quite long), and currently I just need to scroll through the notebook until I see red to find the errored cell/cells.

If it is not possible to implement this, clicking on the boxes bringing you to the first errored cell would also be quite helpful (esp due to the "Another cell defining x contains errors").

Thanks for the great project!

Guia do colaborador