From 97852984553a20453729e8efec25f8476b5cea44 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Wed, 22 Sep 2021 10:40:22 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

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

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 8df85253f..e0812b26d 100644
--- a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
+++ b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
@@ -71,7 +71,8 @@ In the shell, activate previously created python environment (you can
 deactivate it also manually) and install Jupyter packages for this python environment:
 
 ```Bash
-source activate jnb conda install jupyter
+source activate jnb
+conda install jupyter
 ```
 
 If you need to adjust the configuration, you should create the template. Generate configuration
-- 
GitLab