File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ RUN python3 -m pip install --no-cache-dir \
198
198
# Configure OpenMPI to run good defaults:
199
199
RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
200
200
201
+ # Install Jupyterlab extensions
201
202
RUN jupyter nbextensions_configurator enable && \
202
203
jupyter contrib nbextension install && \
203
204
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
@@ -208,10 +209,8 @@ RUN jupyter nbextensions_configurator enable && \
208
209
jupyter labextension install --no-build @jupyterlab/toc && \
209
210
jupyter nbextension enable execute_time/ExecuteTime && \
210
211
jupyter nbextension enable toc2/main && \
211
- jupyter labextension install @pyviz/jupyterlab_pyviz && \
212
- jupyter labextension install @bokeh/jupyter_bokeh && \
213
- jupyter labextension install --no-build jupyterlab-nvdashboard && \
214
- jupyter lab build
212
+ jupyter labextension install @jupyterlab/toc && \
213
+ jupyter lab build
215
214
216
215
RUN apt autoclean && \
217
216
sed -i 's/source \/ usr\/ local\/ nvm\/ nvm.sh//' /etc/bash.bashrc && \
You can’t perform that action at this time.
0 commit comments