From f638f44211894404e1c364f942dab978620c05e3 Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Wed, 22 Sep 2021 11:55:09 +0200
Subject: [PATCH] fix linter

---
 doc.zih.tu-dresden.de/docs/archive/install_jupyter.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
index 2cd86bac8..a4fc6ad9e 100644
--- a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
+++ b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
@@ -4,7 +4,7 @@ Jupyter notebooks allow to analyze data interactively using your web browser. On
 Jupyter is, that code, documentation and visualization can be included in a single notebook, so that
 it forms a unit. Jupyter notebooks can be used for many tasks, such as data cleaning and
 transformation, numerical simulation, statistical modeling, data visualization and also machine
-learning. 
+learning.
 
 There are two general options on how to work with Jupyter notebooks on ZIH systems: remote Jupyter
 server and JupyterHub.
@@ -57,7 +57,6 @@ chmod u+x Anaconda3-2019.03-Linux-x86_64.sh
 
 (during installation you have to confirm the license agreement)
 
-
 Next step will install the anaconda environment into the home
 directory (`/home/userxx/anaconda3`). Create a new anaconda environment with the name `jnb`.
 
-- 
GitLab