We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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}]
Ctrl + Enter
The cursor run each line, and move to the next line ready to run
No
The text was updated successfully, but these errors were encountered:
This is the same as #1646 and specifically the detail outlined in #1646 (comment). Please add any additional context you have there!
Sorry, something went wrong.
No branches or pull requests
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:
Ctrl + Enter
to execute code line-by-lineWhat 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
The text was updated successfully, but these errors were encountered: