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 code line-by-line in .qmd file is incorrect #3866

Closed
ntluong95 opened this issue Jul 4, 2024 · 1 comment
Closed

Running code line-by-line in .qmd file is incorrect #3866

ntluong95 opened this issue Jul 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ntluong95
Copy link

ntluong95 commented Jul 4, 2024

Positron Version:

Positron Version: 2024.06.1 (system setup) build 2024.06.1-54
Code - OSS Version: 1.90.0
Commit: 5115c73
Date: 2024-07-03T03:17:46.140Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22621

Steps to reproduce the issue:

  1. Create this code chunk
import pandas as pd 
import matplotlib.pyplot as plt

data = {'Name': ['Tom', 'nick', 'krish', 'jack'],
        'Age': [20, 21, 19, 18]}

data2 = [{'a': 1, 'b': 2, 'c': 3},
        {'a': 10, 'b': 20, 'c': 30}]
  1. Put the cursor at the first line, press Ctrl + Enter to execute code line-by-line

What did you expect to happen?

The cursor run each line, and move to the next line ready to run

Were there any error messages in the output or Developer Tools console?

No

@ntluong95 ntluong95 added the bug Something isn't working label Jul 4, 2024
@juliasilge
Copy link
Contributor

This is the same as #1646 and specifically the detail outlined in #1646 (comment). Please add any additional context you have there!

@juliasilge juliasilge closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants