File tree Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -202,12 +202,12 @@ RUN mv /usr/local/bin/mpirun /usr/local/bin/mpirun.real && \
202
202
# Configure OpenMPI to run good defaults:
203
203
RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
204
204
205
- RUN rm /usr/local/bin/node
206
- RUN jupyter nbextensions_configurator enable && \
205
+ RUN pip install jupyter_nbextensions_configurator && \
206
+ jupyter nbextensions_configurator enable && \
207
207
jupyter contrib nbextension install && \
208
208
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
209
209
jupyter serverextension enable --py jupyterlab --sys-prefix && \
210
- jupyter serverextension enable --py jupyter_lsp && \
210
+ # jupyter serverextension enable --py jupyter_lsp && \
211
211
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
212
212
jupyter labextension install --no-build @jupyterlab/toc && \
213
213
jupyter labextension install --no-build @krassowski/
[email protected] && \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ flask-Compress==1.9.0
88
88
flask==1.1.2
89
89
folium==0.10.0
90
90
funcy==1.13
91
- gDAL==3.0.4
91
+ # gDAL==3.4.2
92
92
gensim==3.8.0
93
93
geopandas==0.5.1
94
94
#geoplotlib==0.3.2
@@ -151,7 +151,7 @@ jupyter-highlight-selected-word==0.2.0
151
151
jupyter-js-widgets-nbextension==0.0.2.dev0
152
152
jupyter-kite==1.2.0
153
153
jupyter-latex-envs==1.4.6
154
- jupyter-lsp==1.4 .1
154
+ jupyter-lsp==1.5 .1
155
155
jupyter-nbextensions-configurator==0.4.1
156
156
jupyter-packaging==0.9.2
157
157
jupyter-server==1.6.4
@@ -162,14 +162,16 @@ jupyterhub-jwtauthenticator==0.1
162
162
jupyterhub-kubespawner==0.16.1
163
163
jupyterhubutils==0.25.0
164
164
jupyterlab==2.3.2
165
- jupyterlab-git==0.23.3
165
+ jupyterlab-git==0.24.0
166
166
jupyterlab-github==2.0.0
167
- jupyterlab-hdf==0.5.1
167
+ jupyterlab-hdf
168
+ #jupyterlab-lsp==2.1.4
169
+ #jupyterlab-lsp==3.0.0
168
170
jupyterlab-launcher==0.13.1
169
- jupyterlab-nvdashboard==0.4 .0
171
+ jupyterlab-nvdashboard==0.5 .0
170
172
jupyterlab-pygments==0.1.2
171
173
jupyterlab-server==1.2.0
172
- jupyterlab-translate
174
+ jupyterlab-translate==1.0.3
173
175
jupyterlabutils==0.10.0
174
176
jupyterthemes==0.20.0
175
177
jupytext==1.10.1
You can’t perform that action at this time.
0 commit comments