Skip to content
Snippets Groups Projects

Update experiments.md

1 unresolved thread
1 file
+ 0
7
Compare changes
  • Side-by-side
  • Inline
@@ -131,13 +131,6 @@ marie@compute$ python -c "import dask; print(dask.__version__)"
@@ -131,13 +131,6 @@ marie@compute$ python -c "import dask; print(dask.__version__)"
2021.08.1
2021.08.1
```
```
The availability of the exact packages
in the module can be checked by the
`module whatis <name_of_the_module> command`.
The `module whatis`
command displays short information and included extensions of the
module.
Dask is installed by default in
Dask is installed by default in
[Anaconda](https://www.anaconda.com/download/). Moreover,
[Anaconda](https://www.anaconda.com/download/). Moreover,
it is possible to install and use Dask in your local virtualenv
it is possible to install and use Dask in your local virtualenv
Loading