Replies: 4 comments 4 replies
-
Unfortunately the issue here appears to be that |
Beta Was this translation helpful? Give feedback.
-
I came across a similar issue and I may have found a hacky solution. I wasn't using subplots but maybe it can be tailored to that?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to create tabs for a tabset in a loop in a Python document. For R, I found this solution on stackoverflow leveraging
output: asis
. However, when I try the same in Python, the plots do not end up in the right tab.Repex:
The intermediate markdown looks like this:
Beta Was this translation helpful? Give feedback.
All reactions