Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veit/pyviz-tutorial-de
Schulungsmaterialen für die Cusy Python-Schulungen: https://cusy.io/de/seminare
https://github.com/veit/pyviz-tutorial-de
bokeh datashader graphviz holoviz hvplot ipyleaflet ipyvolume ipywidgets networkx pythreejs vega vega-lite
Last synced: 1 day ago
JSON representation
Schulungsmaterialen für die Cusy Python-Schulungen: https://cusy.io/de/seminare
- Host: GitHub
- URL: https://github.com/veit/pyviz-tutorial-de
- Owner: veit
- License: bsd-3-clause
- Created: 2020-04-13T15:06:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:56:58.000Z (about 2 months ago)
- Last Synced: 2024-11-24T15:33:32.523Z (about 2 months ago)
- Topics: bokeh, datashader, graphviz, holoviz, hvplot, ipyleaflet, ipyvolume, ipywidgets, networkx, pythreejs, vega, vega-lite
- Homepage: https://pyviz-tutorial.readthedocs.io/
- Size: 13.7 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Schnelleinstieg
===============.. image:: https://img.shields.io/github/contributors/veit/pyviz-tutorial.svg
:alt: Contributors
:target: https://github.com/veit/pyviz-tutorial/graphs/contributors
.. image:: https://img.shields.io/github/license/veit/pyviz-tutorial.svg
:alt: License
:target: https://github.com/veit/pyviz-tutorial/blob/main/LICENSE
.. image:: https://results.pre-commit.ci/badge/github/veit/pyviz-tutorial/main.svg
:alt: pre-commit.ci status
:target: https://results.pre-commit.ci/latest/github/veit/pyviz-tutorial/main
.. image:: https://readthedocs.org/projects/pyviz-tutorial/badge/?version=latest
:alt: Docs
:target: https://pyviz-tutorial.readthedocs.io/de/latest/
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@PyViz%2Ffollowers.json&logo=mastodon
:alt: Mastodon
:target: https://mastodon.social/@PyVizInstallation
------------#. Herunterladen und Auspacken:
.. code-block:: console
$ curl -O https://codeload.github.com/veit/pyviz-tutorial/zip/refs/heads/main
$ unzip main
Archive: main
…
creating: pyviz-tutorial-main/
…#. Pandoc installieren:
* für Ubuntu und Debian:
.. code-block:: console
$ sudo apt install pandoc
* für Mac OSX:
.. code-block:: console
$ brew install pandoc
#. Python-Pakete installieren:
.. code-block:: console
$ cd pyviz-tutorial
$ python3 -m venv .venv
$ . .venv/bin/activate
$ python -m pip install -e ".[dev]"#. HTML-Dokumentation erstellen:
.. code-block:: console
$ bin/sphinx-build -b html docs/ docs/_build/
#. PDF erstellen:
Für die Erstellung von PDFs benötigt ihr weitere Pakete.
Für Debian/Ubuntu erhaltet ihr diese mit:
.. code-block:: console
$ apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk
oder für Mac OS X mit:
.. code-block:: console
$ brew cask install mactex
…
🍺 mactex was successfully installed!
$ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts
$ sudo texlua install-getnonfreefonts
…
mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...
mktexlsr: Done.Anschließend könnt ihr ein PDF generieren mit:
.. code-block:: console
$ cd docs/
$ make latexpdf
…
The LaTeX files are in _build/latex.
Run 'make' in that directory to run these through (pdf)latex
…Das PDF findet ihr anschließend in ``docs/_build/latex/pyviz-tutorial.pdf``.
Folge uns
---------* `GitHub `_
* `Mastodon `_Pull-Requests
-------------Wenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch,
einen `Fork `_ meines
`GitHub-Repository `_ zu erstellen
und darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen *Pull Request*
stellen. Sofern die darin enthaltenen Änderungen klein und atomar sind, schaue
ich mir eure Vorschläge gerne an.