Skip to content
Discussion options

You must be logged in to vote

Did you look at the markdown produced? keep-md: true

Thanks for the suggestion.

I just took a look at the md and I think the issues is with ::: {.panel-tabset} placed before ::: {#variable_distribution .cell execution_count=1} within Markdown which leads to the issue. Guess that is why it worked in the old version b/c the feature of cell execution info does not exist there.

::: {.panel-tabset}
::: {#variable_distribution .cell execution_count=1}


:::
:::

I realized I just need to wrap the outermost :::{.panel-tabset} within the python chunk as well to solve it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mcanouil
Comment options

mcanouil Aug 9, 2024
Collaborator

@DaedalusInMaze
Comment options

Answer selected by DaedalusInMaze
@DaedalusInMaze
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants