Skip to content

Commit 9914b3b

Browse files
Apply suggestions from code review
Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
1 parent a27c527 commit 9914b3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tutorial/jupyter/execution/pandas_on_dask/cluster/exercise_5.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@
155155
"After successful initialization of the cluster, you need to configure it.\n",
156156
"\n",
157157
"You can use plugins to install any requirements into workers:\n",
158-
"* [InstallPlugin](\"https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.InstallPlugin\")\n",
159-
"* [PipInstall](\"https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.PipInstall\")\n",
160-
"* [CondaInstall](\"https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.CondaInstall\").\n",
158+
"* [InstallPlugin](https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.InstallPlugin)\n",
159+
"* [PipInstall](https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.PipInstall)\n",
160+
"* [CondaInstall](https://distributed.dask.org/en/stable/plugins.html#distributed.diagnostics.plugin.CondaInstall).\n",
161161
"\n",
162162
"You have to install Modin package on each worker using ``PipInstall`` plugin."
163163
]

0 commit comments

Comments
 (0)