pyOMA.GUI.JupyterGUI.StabilGUIWeb#
- pyOMA.GUI.JupyterGUI.StabilGUIWeb(stabil_plots, setup_names=None)[source]#
Display an interactive stabilisation diagram in Jupyter.
- Parameters:
stabil_plots (StabilPlot or list of StabilPlot) – A single plot object (original single-setup API) or a list for multi-setup analysis. In the multi-setup case each setup is shown in its own tab inside an
ipywidgets.Tab.setup_names (list of str, optional) – Tab labels used when stabil_plots is a list. Defaults to
['Setup 1', 'Setup 2', ...].
- Returns:
widget (ipywidgets.VBox) – Assembled widget ready for
display().cursors (SnappingCursor or list of SnappingCursor) – Cursor object(s) — single cursor for single-plot call, list for multi-setup call.