Skip to content

Commit

Permalink
deploy: a7561fb
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 22, 2023
1 parent d890a31 commit 578b022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ This blog post will show you how to use [Github Desktop](https://desktop.github.

[Git](https://git-scm.com/) is a version control system that allows you to track changes in your files. It is widely used in software development, because source files of code are frequently changed during the development process. Files that belong together are stored in a so-called repository.
A repository can be stored on a local computer or on a web server. Git allows you to synchronize your local repository with a remote repository. This is useful, if you want to collaborate with other people on the same files.

<img src="images/git-logo.png" alt="git-logo" height="100"/>

[GitHub](https://github.com/) is a web-based hosting service for Git repositories. [GitHub Desktop](https://desktop.github.com/) is a client for Git and Github. It allows you to manage your Git repositories locally on your computer.

<img src="images/github-logo.png" alt="git-logo" height="100"/> <img src="images/github-mark.png" alt="git-logo" height="100"/>

[Jupyter Notebooks](https://jupyter.org/) are documents that contain code, equations, visualizations and narrative text. They are widely used in data science and research. The can contain workflows that help you to analyse your data. [Jupyter Lab](https://jupyterlab.readthedocs.io/en/stable/) allows you to edit and run Jupyter Notebooks.

<img src="images/jupyter-logo.png" alt="git-logo" height="100"/>

[Python](https://www.python.org/) is a programming language that is widely used in data science and research.
Expand Down
12 changes: 6 additions & 6 deletions stefan_hahmann/github_desktop_jupyter_notebook/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,12 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<section id="prerequisites">
<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this heading">#</a></h2>
<p><a class="reference external" href="https://git-scm.com/">Git</a> is a version control system that allows you to track changes in your files. It is widely used in software development, because source files of code are frequently changed during the development process. Files that belong together are stored in a so-called repository.
A repository can be stored on a local computer or on a web server. Git allows you to synchronize your local repository with a remote repository. This is useful, if you want to collaborate with other people on the same files.
<a class="reference internal" href="../../_images/git-logo.png"><img alt="git-logo" src="../../_images/git-logo.png" style="height: 100px;" /></a></p>
<p><a class="reference external" href="https://github.com/">GitHub</a> is a web-based hosting service for Git repositories. <a class="reference external" href="https://desktop.github.com/">GitHub Desktop</a> is a client for Git and Github. It allows you to manage your Git repositories locally on your computer.
<a class="reference internal" href="../../_images/github-logo.png"><img alt="git-logo" src="../../_images/github-logo.png" style="height: 100px;" /></a> <a class="reference internal" href="../../_images/github-mark.png"><img alt="git-logo" src="../../_images/github-mark.png" style="height: 100px;" /></a></p>
<p><a class="reference external" href="https://jupyter.org/">Jupyter Notebooks</a> are documents that contain code, equations, visualizations and narrative text. They are widely used in data science and research. The can contain workflows that help you to analyse your data. <a class="reference external" href="https://jupyterlab.readthedocs.io/en/stable/">Jupyter Lab</a> allows you to edit and run Jupyter Notebooks.
<a class="reference internal" href="../../_images/jupyter-logo.png"><img alt="git-logo" src="../../_images/jupyter-logo.png" style="height: 100px;" /></a></p>
A repository can be stored on a local computer or on a web server. Git allows you to synchronize your local repository with a remote repository. This is useful, if you want to collaborate with other people on the same files.</p>
<a class="reference internal image-reference" href="../../_images/git-logo.png"><img alt="git-logo" src="../../_images/git-logo.png" style="height: 100px;" /></a>
<p><a class="reference external" href="https://github.com/">GitHub</a> is a web-based hosting service for Git repositories. <a class="reference external" href="https://desktop.github.com/">GitHub Desktop</a> is a client for Git and Github. It allows you to manage your Git repositories locally on your computer.</p>
<p><a class="reference internal" href="../../_images/github-logo.png"><img alt="git-logo" src="../../_images/github-logo.png" style="height: 100px;" /></a> <a class="reference internal" href="../../_images/github-mark.png"><img alt="git-logo" src="../../_images/github-mark.png" style="height: 100px;" /></a></p>
<p><a class="reference external" href="https://jupyter.org/">Jupyter Notebooks</a> are documents that contain code, equations, visualizations and narrative text. They are widely used in data science and research. The can contain workflows that help you to analyse your data. <a class="reference external" href="https://jupyterlab.readthedocs.io/en/stable/">Jupyter Lab</a> allows you to edit and run Jupyter Notebooks.</p>
<a class="reference internal image-reference" href="../../_images/jupyter-logo.png"><img alt="git-logo" src="../../_images/jupyter-logo.png" style="height: 100px;" /></a>
<p><a class="reference external" href="https://www.python.org/">Python</a> is a programming language that is widely used in data science and research.</p>
<p><a class="reference external" href="https://napari.org">Napari</a> is a multi-dimensional image viewer implemented in Python.</p>
</section>
Expand Down

0 comments on commit 578b022

Please sign in to comment.