shapelets.apps.DataApp.temporal_context#

DataApp.temporal_context(name: Optional[str] = None, widgets: Optional[List[Widget]] = None, context_id: Optional[str] = None)#

Defines a temporal context for your dataApp. param name: String with the temporal context name. param widgets: List of Widgets inside the temporal context. param context_id: String with the temporal context ID. return New Temporal Context.