File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ RUN conda install --quiet --yes \
47
47
# Also activate ipywidgets extension for JupyterLab
48
48
# Check this URL for most recent compatibilities
49
49
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
50
- jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \
51
- jupyter labextension install
[email protected] && \
50
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \
51
+ jupyter labextension install
[email protected] --no-build && \
52
+ jupyter lab build --dev-build=False && \
52
53
npm cache clean --force && \
53
54
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
54
55
rm -rf /home/$NB_USER/.cache/yarn && \
You can’t perform that action at this time.
0 commit comments