A simple Output ipywidget to display text might look like this:
out = widgets.Output(layout={'border': '1px solid black'})
out
this element is very useful when rendering with voila.
What is the equivalent in ipyvuetify?
I did not find an equivalent in the ipyvuetify documentation: https://ipyvuetify.readthedocs.io/en/latest/usage.html#create-an-ipyvuetify-widget