LatexOutput
LaTeX output widget for displaying mathematical notation.
Signature
def LatexOutput(
text: str,
full_width: bool = False
)
Parameters
Name | Description | Type | Default |
---|---|---|---|
text (required) | The LaTeX content to display. | str | None |
full_width | Whether the content should take up the full width of its container. | bool | False |