Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/docs/tutorials/using_dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ On a default Nebari deployment, you can select the `nebari-git-nebari-git-dask`
:::warning
Be sure to select an environment which includes `Dask`, and note that the versions of `dask`, `distributed`, and `dask-gateway` must be the same.
We recommend the [`nebari-dask` metapackage](https://anaconda.org/conda-forge/nebari-dask). We publish this metapackage alongside Nebari to easily provide you with the correct Dask packages and versions, just be sure that the `nebari-dask` version matches your Nebari deployment version.

If the nebari-dask environment does not include all the packages needed, here is a list to create a new environment:
- ipykernel
- python >=3.11.5
- bokeh
- pip
- graphviz
- nebari-dask

:::

Nebari has set of pre-defined options for configuring the Dask profiles that we have access to.
Expand Down