You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Quarto document, when mixing R and Python code cells, the results are not reported in the relative consoles.
For R cells the results is reported in the relative console as expected.
For Python cells the result is reported in two different ways:
Clicking on the “Run Cell” the code is executed via “reticulate”, the statements are reported in the R console, but not executed, indeed the results are reported neither in the R console not in the Python console and the variables are not set.
Selecting the lines of code and executing manually (Ctrl + Enter) the statements are reported in the Python console and are executed correctly.
Expected or desired behavior:
Get the same result by running the Python code with the previous two ways.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No
The text was updated successfully, but these errors were encountered:
Thanks for the writeup @Matteo-Valerio! We are aware of the issues with mixed R/Python Quarto documents and are already tracking that work e.g. see #1646 (comment).
System details:
Win 11
Positron and OS details:
Positron Version: 2024.08.0 (system setup) build 31
Code - OSS Version: 1.91.0
Commit: 7ee0596
Date: 2024-08-10T13:58:22.910Z
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
Interpreter details:
R 4.4.0 and Python 3.10.9
Describe the issue:
In a Quarto document, when mixing R and Python code cells, the results are not reported in the relative consoles.
For R cells the results is reported in the relative console as expected.
For Python cells the result is reported in two different ways:
Expected or desired behavior:
Get the same result by running the Python code with the previous two ways.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No
The text was updated successfully, but these errors were encountered: