From 16cdf81e5280ecef9f01064bdfb2a7cc82c23769 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 22 Sep 2021 10:18:47 +0200 Subject: [PATCH] Apply Jan's suggestion to introduce Jupyter in general (install_jupyter)) --- doc.zih.tu-dresden.de/docs/archive/install_jupyter.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 3c22335d8..0552577fe 100644 --- a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md +++ b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md @@ -1,8 +1,10 @@ # Jupyter Installation -Jupyter notebooks are a great way for interactive computing in your web browser. Jupyter allows -working with data cleaning and transformation, numerical simulation, statistical modeling, data -visualization and of course with machine learning. +Jupyter notebooks allow to analyze data interactively using your web browser. One advantage of +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. There are two general options on how to work Jupyter notebooks using HPC: remote Jupyter server and JupyterHub. -- GitLab