Skip to content
Snippets Groups Projects

Update experiments.md

1 unresolved thread
1 file
+ 4
5
Compare changes
  • Side-by-side
  • Inline
@@ -177,11 +177,10 @@ Create a conda virtual environment. We would recommend
@@ -177,11 +177,10 @@ Create a conda virtual environment. We would recommend
using a Workspace. See the example (use
using a Workspace. See the example (use
`--prefix` flag to specify the directory).
`--prefix` flag to specify the directory).
**Note:** You could work with simple examples
!!! note
in your home directory (where you are loading by
You could work with simple examples in your home directory (where you are loading by default).
default). However, in accordance with the
However, in accordance with the [HPC storage concept](../data_lifecycle/overview.md) please use
[HPC storage concept](../data_lifecycle/overview.md) please use a
a [Workspace](../data_lifecycle/workspaces.md) for your study and work projects.
[Workspace](../data_lifecycle/workspaces.md) for your study and work projects.
```console
```console
marie@compute$ conda create --prefix /scratch/ws/0/marie-Workproject/conda-virtual-environment/dask-test python=3.6
marie@compute$ conda create --prefix /scratch/ws/0/marie-Workproject/conda-virtual-environment/dask-test python=3.6
Loading