{"id":23988877,"url":"https://github.com/veit/pyviz-tutorial","last_synced_at":"2026-02-18T17:31:22.975Z","repository":{"id":263943156,"uuid":"868413849","full_name":"veit/pyviz-tutorial","owner":"veit","description":"Training materials for the Cusy Python training courses: https://cusy.io/en/seminars","archived":false,"fork":false,"pushed_at":"2026-02-09T14:40:46.000Z","size":17060,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T19:00:00.895Z","etag":null,"topics":["bokeh","datashader","graphviz","holoviz","hvplot","ipyleaflet","ipyvolume","ipywidgets","networkx","pythreejs","vega","vega-lite"],"latest_commit_sha":null,"homepage":"https://pyviz-tutorial.readthedocs.io/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veit.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-06T10:24:45.000Z","updated_at":"2026-02-09T14:40:50.000Z","dependencies_parsed_at":"2024-11-21T05:57:18.439Z","dependency_job_id":"d0e472fb-a3a8-4d8c-a3ae-4fb188416aac","html_url":"https://github.com/veit/pyviz-tutorial","commit_stats":null,"previous_names":["veit/pyviz-tutorial"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/veit/pyviz-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpyviz-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpyviz-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpyviz-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpyviz-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veit","download_url":"https://codeload.github.com/veit/pyviz-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpyviz-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bokeh","datashader","graphviz","holoviz","hvplot","ipyleaflet","ipyvolume","ipywidgets","networkx","pythreejs","vega","vega-lite"],"created_at":"2025-01-07T16:18:42.211Z","updated_at":"2026-02-18T17:31:22.952Z","avatar_url":"https://github.com/veit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Quick Start\n===========\n\n.. image:: https://img.shields.io/github/contributors/veit/pyviz-tutorial.svg\n   :alt: Contributors\n   :target: https://github.com/veit/pyviz-tutorial/graphs/contributors\n.. image:: https://img.shields.io/github/license/veit/pyviz-tutorial.svg\n   :alt: License\n   :target: https://github.com/veit/pyviz-tutorial/blob/main/LICENSE\n.. image:: https://results.pre-commit.ci/badge/github/veit/pyviz-tutorial/main.svg\n   :alt: pre-commit.ci status\n   :target: https://results.pre-commit.ci/latest/github/veit/pyviz-tutorial/main\n.. image:: https://readthedocs.org/projects/pyviz-tutorial/badge/?version=latest\n   :alt: Docs\n   :target: https://pyviz-tutorial.readthedocs.io/de/latest/\n.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon\u0026query=totalItems\u0026url=https%3A%2F%2Fmastodon.social%2F@PyViz%2Ffollowers.json\u0026logo=mastodon\n   :alt: Mastodon\n   :target: https://mastodon.social/@PyViz\n\nInstallation\n------------\n\n#. Download and unpack:\n\n   .. code-block:: console\n\n    $ curl -O https://codeload.github.com/veit/pyviz-tutorial/zip/refs/heads/main\n    $ unzip main\n    Archive:  main\n    …\n       creating: pyviz-tutorial-main/\n    …\n\n#. Install Pandoc:\n\n   * for Ubuntu and Debian:\n\n     .. code-block:: console\n\n        $ sudo apt install pandoc\n\n   * for macOS:\n\n     .. code-block:: console\n\n        $ brew install pandoc\n\n#. Install Python packages:\n\n   .. code-block:: console\n\n    $ cd pyviz-tutorial\n    $ python3 -m venv .venv\n    $ . .venv/bin/activate\n    $ python -m pip install -e \".[dev]\"\n\n#. Create HTML documentation:\n\n   .. code-block:: console\n\n    $ python -m sphinx -b html docs/ docs/_build/html/\n\n#. Create PDF:\n\n   You will need additional packages to create PDFs.\n\n   For Debian/Ubuntu you can get these with:\n\n   .. code-block:: console\n\n    $ apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   or for macOS with::\n\n   .. code-block:: console\n\n    $ brew cask install mactex\n    …\n    🍺  mactex was successfully installed!\n    $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n    $ sudo texlua install-getnonfreefonts\n    …\n    mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n    mktexlsr: Done.\n\n   You can then generate a PDF with:\n\n   .. code-block:: console\n\n    $ cd docs/\n    $ make latexpdf\n    …\n    The LaTeX files are in _build/latex.\n    Run 'make' in that directory to run these through (pdf)latex\n    …\n\n   You will then find the PDF in ``docs/_build/latex/pyviz-tutorial.pdf``.\n\nFollow us\n---------\n\n* `GitHub \u003chttps://github.com/veit/pyviz-tutorial\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@PyViz\u003e`_\n\nPull-Requests\n-------------\n\nIf you have suggestions for improvements and additions, I recommend that you\ncreate a `fork \u003chttps://github.com/veit/pyviz-tutorial/fork\u003e`_ of my `GitHub\nrepository \u003chttps://github.com/veit/pyviz-tutorial/\u003e`_ and make your changes\nthere. You are also welcome to submit a pull request. As long as the changes are\nsmall and atomic, I will be happy to look at your suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fpyviz-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveit%2Fpyviz-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fpyviz-tutorial/lists"}