{"id":23988891,"url":"https://github.com/veit/jupyter-tutorial-de","last_synced_at":"2025-04-14T12:20:22.691Z","repository":{"id":37244389,"uuid":"307380211","full_name":"veit/jupyter-tutorial-de","owner":"veit","description":"Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks: https://cusy.io/de/seminare","archived":false,"fork":false,"pushed_at":"2025-03-15T13:08:29.000Z","size":24970,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T17:18:24.398Z","etag":null,"topics":["binder","dashboard","executable-books","ipython","ipython-widget","ipywidget","jupyter","jupyter-notebook","jupyterhub","jupyterlab","myst","nbviewer","notebook","panel","sphinx","voila"],"latest_commit_sha":null,"homepage":"https://jupyter-tutorial.readthedocs.io/de/latest/","language":"Python","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":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2020-10-26T13:23:29.000Z","updated_at":"2025-03-15T13:08:33.000Z","dependencies_parsed_at":"2023-12-25T20:25:40.969Z","dependency_job_id":"6cf8769c-cc3f-42ec-95f1-deb1d682e8ba","html_url":"https://github.com/veit/jupyter-tutorial-de","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fjupyter-tutorial-de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fjupyter-tutorial-de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fjupyter-tutorial-de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fjupyter-tutorial-de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veit","download_url":"https://codeload.github.com/veit/jupyter-tutorial-de/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877968,"owners_count":21176244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["binder","dashboard","executable-books","ipython","ipython-widget","ipywidget","jupyter","jupyter-notebook","jupyterhub","jupyterlab","myst","nbviewer","notebook","panel","sphinx","voila"],"created_at":"2025-01-07T16:18:43.324Z","updated_at":"2025-04-14T12:20:22.614Z","avatar_url":"https://github.com/veit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Schnelleinstieg\n===============\n\n.. _badges:\n\nStatus\n------\n\n.. image:: https://img.shields.io/github/contributors/veit/jupyter-tutorial.svg\n   :alt: Contributors\n   :target: https://github.com/veit/jupyter-tutorial/graphs/contributors\n.. image:: https://img.shields.io/github/license/veit/jupyter-tutorial.svg\n   :alt: License\n   :target: https://github.com/veit/jupyter-tutorial/blob/master/LICENSE\n.. image:: https://results.pre-commit.ci/badge/github/veit/jupyter-tutorial-de/main.svg\n   :alt: pre-commit.ci status\n   :target: https://results.pre-commit.ci/latest/github/veit/jupyter-tutorial-de/main\n.. image:: https://readthedocs.org/projects/jupyter-tutorial-de/badge/?version=latest\n   :alt: Docs\n   :target: https://jupyter-tutorial.readthedocs.io/de/latest/\n.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.10961431.svg\n   :alt: DOI\n   :target: https://doi.org/10.5281/zenodo.10961431\n.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon\u0026query=totalItems\u0026url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json\u0026logo=mastodon\n   :alt: Mastodon\n   :target: https://mastodon.social/@JupyterTutorial\n\n.. _first-steps:\n\nInstallation\n------------\n\n#. Herunterladen und Auspacken:\n\n   .. code-block:: console\n\n    $ curl -O https://codeload.github.com/veit/jupyter-tutorial-de/zip/main\n    $ unzip main\n    Archive:  main\n    …\n       creating: jupyter-tutorial-de-main/\n    …\n\n#. Installieren der Python-Pakete\n\n   .. code-block:: console\n\n       $ cd jupyter-tutorial-de-main\n       $ python3 -m venv .venv\n       $ . .venv/bin/activate\n       $ python -m pip install --upgrade pip\n       $ python -m pip install -e \".[dev]\"\n\n#. Installieren der `Jupyter Notebook Extensions\n   \u003chttps://jupyter-contrib-nbextensions.readthedocs.io/\u003e`_:\n\n   .. code-block:: console\n\n    $ jupyter contrib nbextension install --user\n    jupyter contrib nbextension install --user\n    Installing jupyter_contrib_nbextensions nbextension files to jupyter data directory\n    …\n    Successfully installed jupyter-contrib-core-0.3.3 jupyter-contrib-nbextensions-0.5.1\n    jupyter-highlight-selected-word-0.2.0 jupyter-latex-envs-1.4.6\n    jupyter-nbextensions-configurator-0.4.1\n    …\n    $ jupyter nbextension enable latex_envs --user --py\n    Enabling notebook extension latex_envs/latex_envs...\n          - Validating: OK\n\n#. HTML-Dokumentation erstellen:\n\n   .. code-block:: console\n\n    $ cd docs/\n    $ make html\n\n#. PDF erstellen:\n\n   Für die Erstellung von PDFs benötigt ihr weitere Pakete.\n\n   Für Debian/Ubuntu erhaltet ihr diese mit:\n\n   .. code-block:: console\n\n    $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   oder für macOS mit:\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   Anschließend könnt ihr ein PDF generieren mit:\n\n   .. code-block:: console\n\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   Das PDF findet ihr anschließend in ``docs/_build/latex/jupytertutorial.pdf``.\n\n.. _follow-us:\n\nFolge uns\n---------\n\n* `GitHub \u003chttps://github.com/veit/jupyter-tutorial\u003e`_\n* `Twitter \u003chttps://twitter.com/JupyterTutorial\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@JupyterTutorial\u003e`_\n\nPull-Requests\n-------------\n\nWenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch,\neinen `Fork \u003chttps://github.com/veit/jupyter-tutorial-de/fork\u003e`_ meines\n`GitHub-Repository \u003chttps://github.com/veit/jupyter-tutorial-de/\u003e`_ zu erstellen\nund darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen *Pull Request*\nstellen. Sofern die darin enthaltenen Änderungen klein und atomar sind, schaue ich\nmir eure Vorschläge gerne an.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fjupyter-tutorial-de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveit%2Fjupyter-tutorial-de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fjupyter-tutorial-de/lists"}