Skip to content
Snippets Groups Projects
Commit 8b52fb02 authored by Sören Henning's avatar Sören Henning
Browse files

Improve Jupyther documentation

parent c6a2ac57
No related branches found
No related tags found
No related merge requests found
...@@ -9,14 +9,14 @@ benchmark execution results and plotting. The following notebooks are provided: ...@@ -9,14 +9,14 @@ benchmark execution results and plotting. The following notebooks are provided:
## Usage ## Usage
For executing benchmarks and analyzing their results, a **Python 3.7** For analyzing and visualizing benchmark results, a Jupyter installation with **Python 3.7** is required (e.g., in a
installation is required (e.g., in a virtual environment). Our notebooks require some virtual environment).
Python libraries, which can be installed via:
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 ```sh
pip install -r requirements.txt 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment