Skip to content

Commit 288fb0e

Browse files
committed
Update dask-labextension recipe for JupyterLab 3
1 parent 5cb007f commit 288fb0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/using/recipes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ Run jupyterlab using a command such as
156156
FROM jupyter/scipy-notebook:latest
157157

158158
# Install the Dask dashboard
159-
RUN pip install dask_labextension ; \
160-
jupyter labextension install -y --clean \
161-
dask-labextension
159+
RUN pip install dask-labextension
162160

163161
# Dask Scheduler & Bokeh ports
164162
EXPOSE 8787

0 commit comments

Comments
 (0)