Skip to content

Commit b41362a

Browse files
committed
📝 Update dashboard section
* Add voila vs. panel * Remove appmode and deprecated jupyter-dashboards and jupyter-flex * Update panel templates notebook
1 parent b6d85c0 commit b41362a

28 files changed

+529
-8342
lines changed

docs/dashboards/appmode/app-example.ipynb

-6,436
This file was deleted.
-10.3 KB
Binary file not shown.

docs/dashboards/appmode/index.rst

-83
This file was deleted.

docs/dashboards/index.rst

+10-31
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,25 @@
11
Dashboards
22
==========
33

4-
:doc:`Jupyter Dashboards Layout Extension <jupyter-dashboards/index>`
5-
Add-On für Jupyter-Notebooks, womit Outputs (Text, Plots, Widgets
6-
:abbr:`usw. (und so weiter)`) in einem Gestaltungsraster oder in Berichtform
7-
angeordnet werden können.
8-
:doc:`appmode/index`
9-
Jupyter-Erweiterung, die aus Notebooks Webanwendungen macht.
10-
:doc:`/nbviewer`
11-
Er eignet sich hervorragend zum Anzeigen statischer Berichte, kann
12-
aber auch zusammen mit :doc:`interaktiven Widgets </ipywidgets/embedding>`
13-
verwendet werden, deren Status im Notebook-Dokument selbst gespeichert
14-
werden.
4+
:doc:`voila/index`
5+
wurde von `QuantStack <https://quantstack.net/>`_ entwickelt als
6+
Dashboard-Lösung auf Basis von Jupyter Notebooks und
7+
:doc:`/ipywidgets/index`. Es zeigt die Ausgabe aller Notebook-Zellen an.
158
:doc:`panel/index`
169
wurde auf Basis von `Bokeh <https://docs.bokeh.org/en/latest/>`_ und
1710
`Param <https://github.com/holoviz/param>`_ entwickelt und bietet ein
18-
Toolkit speziell zur Erstellung von Apps und Dashboards, das jedoch nicht
19-
nur Bokeh-Plots unterstützt, :abbr:`s.a. (siehe auch)` `Panel: A high-level
20-
app and dashboarding solution for the PyData ecosystem
21-
<https://medium.com/@philipp.jfr/panel-announcement-2107c2b15f52>`_.
22-
:doc:`voila/index`
23-
wurde von `QuantStack <https://quantstack.net/>`_ entwickelt, :abbr:`s.a.
24-
(siehe auch)` `And voilà!
25-
<https://blog.jupyter.org/and-voil%C3%A0-f6a2c08a4a93>`_.
26-
:doc:`jupyter-flex/index`
27-
Jupyter-Erweiterung, die aus Notebooks Dashboards macht.
11+
Python-Toolkit speziell zur Erstellung von Apps und Dashboards, das jedoch
12+
nicht nur Bokeh-Plots unterstützt. Es erlaubt mehrstufige und mehrseitige
13+
Workflows.
2814

2915
Mit diesem tabellarischen Überblick könnt ihr schnell die Aktivitäten und
3016
Lizenzen der verschiedenen Bibliotheken vergleichen.
3117

3218
.. csv-table:: GitHub-Insights: Dashboards
3319
:header: "Name", "Stars", "Mitwirkende", "Commit-Aktivität", "Lizenz"
3420

35-
"`Jupyter Dashboards Layout Extension <https://github.com/jupyter/dashboards>`_",".. 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"
36-
"`Appmode <https://github.com/oschuett/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"
37-
"`nbviewer <https://github.com/jupyter/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"
38-
"`Panel <https://github.com/holoviz/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"
3921
"`Voilà <https://github.com/voila-dashboards/voila>`_",".. 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"
40-
"`jupyter-flex <https://github.com/danielfrg/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"
22+
"`Panel <https://github.com/holoviz/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"
4123

4224
.. tip::
4325
cusy Seminare:
@@ -54,9 +36,6 @@ Lizenzen der verschiedenen Bibliotheken vergleichen.
5436
:hidden:
5537
:maxdepth: 0
5638

57-
jupyter-dashboards/index
58-
appmode/index
59-
/nbviewer
60-
panel/index
39+
voila-panel
6140
voila/index
62-
jupyter-flex/index
41+
panel/index
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/dashboards/jupyter-dashboards/index.rst

-48
This file was deleted.

docs/dashboards/jupyter-dashboards/install.rst

-13
This file was deleted.

0 commit comments

Comments
 (0)