Use output widgets to control which plots and tables are visible in App Mode.
Plot Output
label
: string optional label displayed above the plotsource
: Figure | SubFigure | Axes | BaseFigure the plot object to display. Can be:key
: string optional unique identifier for the widgetTable Output
label
: string optional label displayed above the tablesource
: DataFrame the pandas DataFrame to displaykey
: string optional unique identifier for the widgetIGV Output
options
: dict required dictionary of options for configuring the IGV browser. See Browser Creation
for a list of available options. See Tracks for configuration options for each track.