From f9f14a06ac07e35d756d8e563a744eefd6498c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 17 Dec 2020 08:56:48 +0100 Subject: [PATCH] Improve Jupyther documentation --- analysis/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/analysis/README.md b/analysis/README.md index 263b1db16..5ff8c9787 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -9,14 +9,14 @@ benchmark execution results and plotting. The following notebooks are provided: ## Usage -For executing benchmarks and analyzing their results, a **Python 3.7** -installation is required (e.g., in a virtual environment). Our notebooks require some -Python libraries, which can be installed via: +For analyzing and visualizing benchmark results, a Jupyter installation with **Python 3.7** is required (e.g., in a +virtual environment). + +We have tested these notebooks with [Visual Studio Code](https://code.visualstudio.com/docs/python/jupyter-support), +however, every other server should be fine as well. In particular, you might want to use a Jupyther Docker container. + +Our notebooks require some Python libraries, which can be installed by: ```sh pip install -r requirements.txt ``` - -We have tested these -notebooks with [Visual Studio Code](https://code.visualstudio.com/docs/python/jupyter-support), -however, every other server should be fine as well. -- GitLab