Skip to content
Snippets Groups Projects
Commit 4c477f14 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update dask.md

parent 9a747005
No related branches found
No related tags found
No related merge requests found
Pipeline #19717 passed with warnings
...@@ -7,6 +7,9 @@ versions of popular Python data science libraries like ...@@ -7,6 +7,9 @@ versions of popular Python data science libraries like
[numpy](https://docs.dask.org/en/latest/array.html) or [numpy](https://docs.dask.org/en/latest/array.html) or
[Pandas](https://docs.dask.org/en/latest/dataframe.html). [Pandas](https://docs.dask.org/en/latest/dataframe.html).
!!! tip
For links to Python documentation, style guide, and introductory tutorial, see the [Python page][a].
## Installation ## Installation
To install Dask, load a recent version of Python 3 and install Dask using `pip`. We heavily To install Dask, load a recent version of Python 3 and install Dask using `pip`. We heavily
...@@ -278,3 +281,5 @@ If you need to run a large amount of tasks and Dask does not perform well enough ...@@ -278,3 +281,5 @@ If you need to run a large amount of tasks and Dask does not perform well enough
use [RSDS](https://github.com/It4innovations/rsds). It is our version of Dask which is optimized use [RSDS](https://github.com/It4innovations/rsds). It is our version of Dask which is optimized
for HPC use cases, and it should provide better scaling than Dask. You can read more about RSDS for HPC use cases, and it should provide better scaling than Dask. You can read more about RSDS
in this [article](https://arxiv.org/abs/2010.11105). in this [article](https://arxiv.org/abs/2010.11105).
[a]: https://docs.it4i.cz/software/lang/python/#python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment