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

[python-jupyter] I want to display the re-executed cells at the original place but not the end of all cells. #67546

Closed
xjnotxj opened this issue Jan 30, 2019 · 1 comment
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@xjnotxj
Copy link

xjnotxj commented Jan 30, 2019

  • VSCode Version: 1.30.2
  • OS Version: MacOs 10.12.6

For example, there are three cells A, B, and C, which are executed in sequence. The executed result is normally displayed in Python Interactive: A result -> B result -> C result

Now I modified the code in B cell and re-executed B cell. The result is: A result -> B result -> C result -> B result

But this is not what I want, my original thought about the display would be: A result -> B result (new) -> C result , meaning the new B cell might replace the original B cell's result. But obviously VSCode provides another result display method.

Is there anything I can do to make it more reasonable? Much gratitude in advance.

Reproduces without extensions: No

@vscodebot vscodebot bot added the search Search widget and operation issues label Jan 30, 2019
@xjnotxj xjnotxj changed the title I want to display the re-executed cells at the original place but not the end of all cells. [python-jupyter] I want to display the re-executed cells at the original place but not the end of all cells. Jan 30, 2019
@roblourens
Copy link
Member

This sounds like an issue with the Python extension or the Jupyter extension. Please file an issue on the repo for the right extension. https://github.com/DonJayamanne/vscodeJupyter

@roblourens roblourens added *caused-by-extension Issue identified to be caused by an extension and removed search Search widget and operation issues labels Jan 30, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

2 participants