-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Description
System details:
Positron and OS details:
Positron Version: 2025.12.2 (system setup) build 5
Code - OSS Version: 1.106.0
Commit: f5a10d0
Date: 2025-12-11T21:42:54.225Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200
Session details:
R 4.3.3, ark 0.1.203
Describe the issue:
When running chunk in jupyter notebook, only the last value is printed.
Steps to reproduce the issue:
Create jupyter notebook, create chunk, e.g:
a=1
b=2
a
b
run it, output :
2
Screenshot:
It is even more annoying if you forgot an empty line, you would see nothing:
Expected or desired behavior:
Print all values, like in vs-code/ Rstudio
1
2
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.
I searched for issue for this but haven't found any.
Thanks!