Merge pull request #901 from jamesdbrock/jupyterlab_bokeh-1.0.0

jupyterlab_bokeh@1.0.0 (rebase on PR #894) for JupyterLab 1.0.0
This commit is contained in:
Min RK
2019-07-16 14:32:12 +02:00
committed by GitHub
2 changed files with 4 additions and 5 deletions

View File

@@ -102,9 +102,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=5.7.8' \
'jupyterhub=1.0.0' \
'jupyterlab=0.35.5' && \
'jupyterlab=1.0.1' && \
conda clean --all -f -y && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \
jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \

View File

@@ -19,7 +19,7 @@ USER $NB_UID
# use notebook-friendly backends in these images
RUN conda install --quiet --yes \
'conda-forge::blas=*=openblas' \
'ipywidgets=7.4*' \
'ipywidgets=7.5*' \
'pandas=0.24*' \
'numexpr=2.6*' \
'matplotlib=3.0*' \
@@ -50,8 +50,8 @@ RUN conda install --quiet --yes \
# Also activate ipywidgets extension for JupyterLab
# Check this URL for most recent compatibilities
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.38.1 && \
jupyter labextension install jupyterlab_bokeh@0.6.3 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \
jupyter labextension install jupyterlab_bokeh@1.0.0 && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \