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 4e284580a672311b420698d4aa53cc1962401c72..ca8a2d6d44d0d5db52a8d2c1e7bc3ab97901709c 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