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

All cells appear as running when executing the notebook the first time #2755

Closed
disberd opened this issue Dec 15, 2023 · 5 comments
Closed
Labels
bug Something isn't working frontend Concerning the HTML editor

Comments

@disberd
Copy link
Contributor

disberd commented Dec 15, 2023

Recently (probably since the safe preview feature) all of the cells appear as running and have the running runtime counter active upon starting a notebook.
With long notebooks with potentially long-running cells this might be a bit confusing. The status bar still shows which cell number is being executed but it is still difficult to identify it in the notebook (and clicking on the yellow status bar on top does not seem to reliably point you to the actually executing cell).

f562474b-5de6-4f60-b4ed-691b78f31346.mp4

It would be nice also with this new safe preview mode to still have only the actually running cell being shown as running upon first run.

@fonsp
Copy link
Owner

fonsp commented Dec 18, 2023

Hmmm... they should be showing as "queued", not "running", which is currently not easy to distinguish visually. (You can confirm this by looking at the class of the <pluto-cell> elements.)

@fonsp fonsp added the frontend Concerning the HTML editor label Dec 18, 2023
@disberd
Copy link
Contributor Author

disberd commented Dec 19, 2023

@fonsp you are right, it should. But the point I was trying to make showing the running time of the cells is that they are also running (when cell are only queued their running timer doesn't start until they are actually ran).

I checked on the developer pane and it does seem like at first run all cells are both queued and running.

b5a5d119-fe5a-49d4-9f39-8810145167b2.mp4

@fonsp fonsp added the bug Something isn't working label Dec 19, 2023
@fonsp
Copy link
Owner

fonsp commented Aug 10, 2024

i think this has been fixed... lets check again

@disberd
Copy link
Contributor Author

disberd commented Aug 12, 2024

@fonsp Just tried on 0.19.45 (and on main) and it does not seem to be fixed.
To be clear, this only happens when opening an existing notebook and the clicking Run, if you just create a new notebook and populate it with cells after the pluto process for that notebook is already running you don't experience this

@fonsp fonsp closed this as completed in d00fe98 Aug 12, 2024
@fonsp
Copy link
Owner

fonsp commented Aug 12, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Concerning the HTML editor
Projects
None yet
Development

No branches or pull requests

2 participants