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

Interactive Window code entry cell should not have an execution count #3682

Closed
IanMatthewHuff opened this issue Jan 22, 2019 · 4 comments
Closed
Assignees

Comments

@IanMatthewHuff
Copy link
Member

Execution count happens when something actually executes. The code input section should not have an execution count before it actually executes:

InteractiveWindowNextCell.png

JupyterNextCell.png

@rchiodo
Copy link
Contributor

rchiodo commented Jan 22, 2019

Spyder works this way. It shows what the new execution count would be.

@rchiodo
Copy link
Contributor

rchiodo commented Jan 22, 2019

Although personally I'd rather just have the >>> instead of the count. Count seems weird to me too.

@IanMatthewHuff
Copy link
Member Author

Yeah, I'd seen Spyder do that. My opinion count = execution seems better. Not a big deal if we want to look more Spyder like, but I'd prefer looking like Jupyter.

@ronglums
Copy link

In our case the execution is always sequential, so it probably isn't a big deal. It definitely matters in the case of Jupyter Notebooks, as cell executions can be out of order.

@rchiodo rchiodo closed this as completed Mar 20, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants