Skip to content

Reusing rendered dataframe as table? #1153

Closed Answered by rowanc1
pschumm asked this question in Q&A
Discussion options

You must be logged in to vote

In addition to that you can wrap it in a table directive or a figure directive of kind table. Which will give you the source and the table caption.

:::{table} This is my table
:label: tbl:here
![](#pd-table)
:::

:::{figure} #pd-table
:label: tbl:there
:kind: table
This is my table caption
:::

Over in jupyter, the cell needs to be labeled with #| label: pd-table.

Replies: 2 comments 3 replies

Comment options

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

Answer selected by pschumm
@choldgraf
Comment options

@choldgraf
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants