Iframe

Example:

with ui.BoxPanel():
    ui.IFrame(url='flexx.readthedocs.io')
    ui.IFrame(url='flexx.readthedocs.io')
open in new tab


class flexx.ui.IFrame(*init_args, **kwargs)

Inherits from: Widget

An iframe element, i.e. a container to show web-content.

Note that some websites do not allow themselves to be rendered in a cross-source iframe.

url

*property – The url to show. ‘http* – //’ is automatically prepended if the url does not have ‘://’ in it.