Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

meierlab.viz.outlier_viz.get_app#

meierlab.viz.outlier_viz.get_app(figures, app_type=None)[source]#

Get a dash app to view data.

Parameters:
figureslist

List of graph_objects figures to view.

app_typestr, optional

Use “jupyter” if viewing via Jupyter Notebook/Lab, by default None

Returns:
Dash or JupyterDash

Dash HTML app with figures to view. Run via app.run() and open a browser with the local host address (or view through Jupyter).

Examples

>>> from meierlab.viz import outlier_viz as ov