Replies: 1 comment 8 replies
-
Your example does not use Jupyter, it defaults to YAML option respect the "comment symbol" + "pipe" syntax. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using the jupyter engine with evcxr. That works super well. But for one code cell I want to show error messages.
That works like this:
It looks as if the
#|
has an effect (the cell output includes the error). It also looks like the comment is trimmed before passing to the engine. But the#| error: true
also gets printed in the output cell.Any way I can get just the code without the
#| error: true
?Beta Was this translation helpful? Give feedback.
All reactions