Activate ipywidgets for JupyterLab. #505

This commit is contained in:
Troels Schwarz-Linnet
2017-11-23 14:48:03 +01:00
parent e89b2fe997
commit 25d7ce281c

View File

@@ -46,6 +46,8 @@ RUN conda install --quiet --yes \
conda clean -tipsy && \
# 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 && \
fix-permissions $CONDA_DIR
# Install facets which does not have a pip or conda package at the moment