IFrame
Introduction
Function signature
IFrame(
path_to_html="static/template.html",
height="500px",
width="700px",
widget_id=None,
)Parameters
Parameters
Type
Description
path_to_html
height
width
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Set path to static directory
static directoryInitialize Input widget
Input widgetCreate buttons to switch between html templates in IFrame widget
IFrame widgetCreate app layout
Create app using layout
Add functions to switch html templates in IFrame widget from python code
IFrame widget from python codeLast updated