Markup Generation
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...