File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ RUN pip install --no-cache-dir ipywidgets
39
39
# For JupyterLab (inside the container), install the widget manager
40
40
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
41
41
--no-build && \
42
- jupyter lab build && \
43
- jupyter labextension enable @jupyter-widgets/jupyterlab-manager
44
-
42
+ jupyter lab build
43
+
45
44
EXPOSE 8888
46
45
CMD ["start-notebook.sh" ]
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ RUN pip install --no-cache-dir ipywidgets
35
35
# For JupyterLab (inside the container), install the widget manager
36
36
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
37
37
--no-build && \
38
- jupyter lab build && \
39
- jupyter labextension enable @jupyter-widgets/jupyterlab-manager
40
-
38
+ jupyter lab build
39
+
41
40
EXPOSE 8888
42
41
CMD ["start-notebook.sh"]
You can’t perform that action at this time.
0 commit comments