Skip to content

Commit f6607a5

Browse files
authored
Apply suggestions from code review
1 parent c7e253d commit f6607a5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/docs/tutorials/using_dask.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ On a default Nebari deployment, you can select the `nebari-git-nebari-git-dask`
4747
Be sure to select an environment which includes `Dask`, and note that the versions of `dask`, `distributed`, and `dask-gateway` must be the same.
4848
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.
4949

50-
If the nebari-dask environment does not include all the packages needed, here is a list to create a new environment:
51-
- ipykernel
52-
- python >=3.11.5
53-
- bokeh
54-
- pip
55-
- graphviz
56-
- nebari-dask
50+
If the nebari-dask environment does not include all the packages needed, here is a list to [create a new environment](/docs/tutorials/creating-new-environments):
51+
- python >=3.11
52+
- pip
53+
- nebari-dask
54+
- gcsfs
5755

5856
:::
5957

0 commit comments

Comments
 (0)