Skip to content
Snippets Groups Projects
Commit 629ed160 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update extensions for jupyterlab 1.0.x

Remove hub-extension that is now included
parent 0c69e124
No related branches found
No related tags found
No related merge requests found
......@@ -103,11 +103,10 @@ RUN jupyter bundlerextension enable --sys-prefix --py dashboards_bundlers \
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
# Check https://github.com/bokeh/jupyterlab_bokeh#compatibility
&& jupyter labextension install \
@jupyterlab/hub-extension@0.12.0 \
@jupyterlab/git@0.5.0 \
jupyterlab-gitlab@0.1.1 \
@jupyter-widgets/jupyterlab-manager@0.38 \
jupyterlab_bokeh@0.6.3 \
@jupyterlab/git@0.7.0 \
jupyterlab-gitlab@0.2.1 \
@jupyter-widgets/jupyterlab-manager@1.0 \
jupyterlab_bokeh@1.0.0 \
@pyviz/jupyterlab_pyviz \
&& npm cache clean --force \
&& rm -rf /opt/conda/envs/jupyter/share/jupyter/lab/staging \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment