From 997a9c2c662ad8ad58341ee10fc91339a93e72cf Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Tue, 28 Sep 2021 07:58:48 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../docs/software/data_analytics_with_python.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md index 4e284580a..ca8a2d6d4 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md @@ -177,11 +177,10 @@ Create a conda virtual environment. We would recommend using a Workspace. See the example (use `--prefix` flag to specify the directory). -**Note:** You could work with simple examples -in your home directory (where you are loading by -default). However, in accordance with the -[HPC storage concept](../data_lifecycle/overview.md) please use a -[Workspace](../data_lifecycle/workspaces.md) for your study and work projects. +!!! note + You could work with simple examples in your home directory (where you are loading by default). + However, in accordance with the [HPC storage concept](../data_lifecycle/overview.md) please use + a [Workspace](../data_lifecycle/workspaces.md) for your study and work projects. ```console marie@compute$ conda create --prefix /scratch/ws/0/marie-Workproject/conda-virtual-environment/dask-test python=3.6 -- GitLab