How to use panel-tabset for code and output of code. #7326
Unanswered
OffByOne37
asked this question in
Q&A
Replies: 1 comment
-
You don't need to go complex.
|
Beta Was this translation helpful? Give feedback.
0 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
Hello,
I have a problem, that I want to show the plot of my code on my slide. However there should also be the possibility to show the code via a tabset. But I do not want to duplicate the code like this:
::: {.panel-tabset}
Scatterplot
Code
:::
Is there a way to use there a different way?
Beta Was this translation helpful? Give feedback.
All reactions