.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/run_dashboard.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note You can download :ref:`below ` the full example code and run it online in `Codespaces `__ .. image:: https://github.com/codespaces/badge.svg :target: https://codespaces.new/spark-cleantech-l3/sda-copy?quickstart=1 --- .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_run_dashboard.py: SDA Dashboard Example. ===================== This example demonstrates how to run the SDA Dashboard for interactive data visualization. The dashboard provides scatter plots and line plots with filtering capabilities for experimental data analysis. Usage ----- Run this example directly: python examples/run_dashboard.py Or use the console command (after installing SDA): sda dash The dashboard will open in your web browser at http://127.0.0.1:8051 .. GENERATED FROM PYTHON SOURCE LINES 21-25 .. code-block:: Python from sda.dashboard import run_dashboard run_dashboard(test_name="T183") .. _sphx_glr_download_auto_examples_run_dashboard.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: run_dashboard.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: run_dashboard.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: run_dashboard.zip `