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 3c22335d875e36db29bc682ca0d4c8af95685f5e..0552577febfb5f18c8bf7bd8103d6a0bd0c212ba 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.