Commit 033056e6 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #507 from tlinnet/master

Activate ipywidgets for JupyterLab. #505
parents e89b2fe9 25d7ce28
...@@ -46,6 +46,8 @@ RUN conda install --quiet --yes \ ...@@ -46,6 +46,8 @@ RUN conda install --quiet --yes \
conda clean -tipsy && \ conda clean -tipsy && \
# Activate ipywidgets extension in the environment that runs the notebook server # Activate ipywidgets extension in the environment that runs the notebook server
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
# Install facets which does not have a pip or conda package at the moment # Install facets which does not have a pip or conda package at the moment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment