Skip to article frontmatterSkip to article content

Markup Generation

E(F)=fF,cCTfcD_fc,E(F) = \sum*{f \in F,\,c \in C} T*{fc} D\_{fc}\,,

Here’s a generated figure that references an equation:

from IPython.display import Markdown

display(
    Markdown(
"""
:::{figure} https://picsum.photos/id/947/800/256/

I'm a programatically generated figure. See @eqn-mlp for more.
:::
"""
    )
)
Loading...