Dashboards ========== :doc:`Jupyter Dashboards Layout Extension ` Add-On für Jupyter-Notebooks, womit Outputs (Text, Plots, Widgets :abbr:`usw. (und so weiter)`) in einem Gestaltungsraster oder in Berichtform angeordnet werden können. :doc:`appmode/index` Jupyter-Erweiterung, die aus Notebooks Webanwendungen macht. :doc:`/nbviewer` Er eignet sich hervorragend zum Anzeigen statischer Berichte, kann aber auch zusammen mit :doc:`interaktiven Widgets ` verwendet werden, deren Status im Notebook-Dokument selbst gespeichert werden. :doc:`panel/index` wurde auf Basis von `Bokeh `_ und `Param `_ entwickelt und bietet ein Toolkit speziell zur Erstellung von Apps und Dashboards, das jedoch nicht nur Bokeh-Plots unterstützt, :abbr:`s.a. (siehe auch)` `Panel: A high-level app and dashboarding solution for the PyData ecosystem `_. :doc:`voila/index` wurde von `QuantStack `_ entwickelt, :abbr:`s.a. (siehe auch)` `And voilà! `_. :doc:`jupyter-flex/index` Jupyter-Erweiterung, die aus Notebooks Dashboards macht. Mit diesem tabellarischen Überblick könnt ihr schnell die Aktivitäten und Lizenzen der verschiedenen Bibliotheken vergleichen. .. csv-table:: GitHub-Insights: Dashboards :header: "Name", "Stars", "Mitwirkende", "Commit-Aktivität", "Lizenz" "`Jupyter Dashboards Layout Extension `_",".. image:: https://raster.shields.io/github/stars/jupyter/dashboards",".. image:: https://raster.shields.io/github/contributors/jupyter/dashboards",".. image:: https://raster.shields.io/github/commit-activity/y/jupyter/dashboards",".. image:: https://raster.shields.io/github/license/jupyter/dashboards" "`Appmode `_",".. image:: https://raster.shields.io/github/stars/oschuett/appmode",".. image:: https://raster.shields.io/github/contributors/oschuett/appmode",".. image:: https://raster.shields.io/github/commit-activity/y/oschuett/appmode",".. image:: https://raster.shields.io/github/license/oschuett/appmode" "`nbviewer `_",".. image:: https://raster.shields.io/github/stars/jupyter/nbviewer",".. image:: https://raster.shields.io/github/contributors/jupyter/nbviewer",".. image:: https://raster.shields.io/github/commit-activity/y/jupyter/nbviewer",".. image:: https://raster.shields.io/github/license/jupyter/nbviewer" "`Panel `_",".. image:: https://raster.shields.io/github/stars/holoviz/panel",".. image:: https://raster.shields.io/github/contributors/holoviz/panel",".. image:: https://raster.shields.io/github/commit-activity/y/holoviz/panel",".. image:: https://raster.shields.io/github/license/holoviz/panel" "`Voilà `_",".. image:: https://raster.shields.io/github/stars/voila-dashboards/voila",".. image:: https://raster.shields.io/github/contributors/voila-dashboards/voila",".. image:: https://raster.shields.io/github/commit-activity/y/voila-dashboards/voila",".. image:: https://raster.shields.io/github/license/voila-dashboards/voila" "`jupyter-flex `_",".. image:: https://raster.shields.io/github/stars/danielfrg/jupyter-flex",".. image:: https://raster.shields.io/github/contributors/danielfrg/jupyter-flex",".. image:: https://raster.shields.io/github/commit-activity/y/danielfrg/jupyter-flex",".. image:: https://raster.shields.io/github/license/danielfrg/jupyter-flex" .. tip:: cusy Seminare: * `Daten visualisieren mit Python `_ * `Datenvisualisierungen gestalten `_ * `Dashboards erstellen `_ .. toctree:: :titlesonly: :hidden: :maxdepth: 0 jupyter-dashboards/index appmode/index /nbviewer panel/index voila/index jupyter-flex/index