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

Running line by line with empty line causes line to go back to the first line #6859

Closed
Tracked by #5607
miguelsolorio opened this issue Jul 27, 2021 · 1 comment
Closed
Tracked by #5607
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@miguelsolorio
Copy link

Testing microsoft/vscode#129467

CleanShot.2021-07-27.at.13.11.23.mp4

Have a code cell like:

to_drop = ['cp',
           'fbs',
           'restecg',
           'thalach',
           'exang',
           'oldpeak',
           'slope',
           'thal',
           'target',
           'ca']

df.drop(to_drop, inplace=True, axis=1)
df.head(5)

And run line by line, when it comes to the empty line, it will go back to the first line and then back to where it was.

@roblourens roblourens transferred this issue from microsoft/vscode Jul 27, 2021
@rchiodo rchiodo removed their assignment Jul 27, 2021
@roblourens roblourens removed their assignment Jul 27, 2021
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug and removed needs-triage labels Jul 27, 2021
@DavidKutu DavidKutu added this to the August 2021 milestone Aug 3, 2021
@DavidKutu
Copy link

fixed in main

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2021
@DonJayamanne DonJayamanne added the verification-needed Verification of issue is requested label Aug 25, 2021
@IanMatthewHuff IanMatthewHuff added the verified Verification succeeded label Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

7 participants