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 2024.01.0 (Universal) build 141
Run either:
# %% a = [1, 2, 3, 4, 5] for i in a print(i)
or
# %% a = [1, 2, 3, 4, 5] for i in a:
A SyntaxError will be displayed in the Console, with the file name being a random integer, and the line number referring to the cell e.g:
SyntaxError
SyntaxError: invalid syntax (3794545329.py, line 2)
If you run the cell:
# %% print() raise Exception()
You will see an error referring to the cell number and line number within that cell:
Exception: Cell In[3], line 2 1 print() ----> 2 raise Exception()
Syntax errors should similarly include the cell number and line number.
None.
The text was updated successfully, but these errors were encountered:
positron_ipykernel
isabelizimm
No branches or pull requests
Positron Version:
Positron 2024.01.0 (Universal) build 141
Steps to reproduce the issue:
Run either:
or
A
SyntaxError
will be displayed in the Console, with the file name being a random integer, and the line number referring to the cell e.g:What did you expect to happen?
If you run the cell:
You will see an error referring to the cell number and line number within that cell:
Syntax errors should similarly include the cell number and line number.
Were there any error messages in the output or Developer Tools console?
None.
The text was updated successfully, but these errors were encountered: