Skip to content

Commit 02a9e2c

Browse files
authored
Merge pull request #1231 from jrbourbeau/dask-jlab-3
Update dask-labextension recipe for JupyterLab 3
2 parents 5cb007f + 288fb0e commit 02a9e2c

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)