-
DescriptionI'm using the SAS kernel for JupyterLab, and things are working mostly as expected; one detail that I would like to improve is removing the output from some cells, in this case the first: SAS is on the verbose side by default, and while that can be configured, it raised the topic of execution options: I see that there are execution options to control various aspect of the execution, but even though it's documented that other Jupyter kernels are supported (and this is true, since this works), the execution options seem to assume that Is there something I can do to make execution options work in this situation? Environment |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It does not assume the comment symbol is the same, it uses as default
|
Beta Was this translation helpful? Give feedback.
-
Thank you @mcanouil , that's great to know, and you've put me into the right direction: I was ommiting the
|
Beta Was this translation helpful? Give feedback.
It does not assume the comment symbol is the same, it uses as default
#
if none is known.quarto-cli/src/core/jupyter/jupyter.ts
Lines 1134 to 1180 in abd34d3