-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-lineverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-lineverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded