Skip to content

Commit

Permalink
Fix missing jupyterlab-manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Dec 30, 2017
1 parent fb01654 commit 3b5175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN conda install --quiet --yes \
# Activate ipywidgets extension in the environment that runs the notebook server
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager^0.31.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR
Expand Down

0 comments on commit 3b5175b

Please sign in to comment.