Show an Latex formula to the user
Basic Example
The following example demonstrate some of the available functionality for display_latex
Basic Example
The following example demonstrate some of the available functionality for display_latex
Function signature
See in Github
def (text: str, **kwargs):
Positional parameters
text (str)
The latex formula to display to the userKeyword Arguments
end_program (bool)
Whether the program should end after the widget is shown. Defaults to False.full_width (bool)
Whether the input should use full screen width. Defaults to False.button_text (str)
What text to display on the button when the widget is not part of a Page. Defaults to 'Next'.