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

(optionally) display cell execution status #67

Open
nthiery opened this issue Feb 15, 2024 · 0 comments
Open

(optionally) display cell execution status #67

nthiery opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nthiery
Copy link
Contributor

nthiery commented Feb 15, 2024

Elevator Pitch

Decorate cell inputs and outputs on the left with an indicator of the execution status, like in the Notebook viewer:

[2]   1 + 1
[2]   2
[*]   1 + 3
[ ]   1 + 4 

Motivation

Not showing the execution status is nice and lean. However, there are many occasions where executions are not immediate; as a speaker it's then stressful not to see at once whether one fumbled a shift-Enter, or the execution is taking some time, or the kernel is having trouble. Also, the indicator helps both speakers and readers distinguish between code and text cells.

Design Ideas

Some people could possibly prefer the lean version without indicators. If this is the case, maybe this could be configurable.

@nthiery nthiery added the enhancement New feature or request label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant