mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
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:
@@ -102,9 +102,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
|
|||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'notebook=5.7.8' \
|
'notebook=5.7.8' \
|
||||||
'jupyterhub=1.0.0' \
|
'jupyterhub=1.0.0' \
|
||||||
'jupyterlab=0.35.5' && \
|
'jupyterlab=1.0.1' && \
|
||||||
conda clean --all -f -y && \
|
conda clean --all -f -y && \
|
||||||
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
|
|
||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
jupyter notebook --generate-config && \
|
jupyter notebook --generate-config && \
|
||||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||||
|
@@ -19,7 +19,7 @@ USER $NB_UID
|
|||||||
# use notebook-friendly backends in these images
|
# use notebook-friendly backends in these images
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'conda-forge::blas=*=openblas' \
|
'conda-forge::blas=*=openblas' \
|
||||||
'ipywidgets=7.4*' \
|
'ipywidgets=7.5*' \
|
||||||
'pandas=0.24*' \
|
'pandas=0.24*' \
|
||||||
'numexpr=2.6*' \
|
'numexpr=2.6*' \
|
||||||
'matplotlib=3.0*' \
|
'matplotlib=3.0*' \
|
||||||
@@ -50,8 +50,8 @@ RUN conda install --quiet --yes \
|
|||||||
# Also activate ipywidgets extension for JupyterLab
|
# Also activate ipywidgets extension for JupyterLab
|
||||||
# Check this URL for most recent compatibilities
|
# Check this URL for most recent compatibilities
|
||||||
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
|
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
|
||||||
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.38.1 && \
|
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \
|
||||||
jupyter labextension install jupyterlab_bokeh@0.6.3 && \
|
jupyter labextension install jupyterlab_bokeh@1.0.0 && \
|
||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||||
rm -rf /home/$NB_USER/.cache/yarn && \
|
rm -rf /home/$NB_USER/.cache/yarn && \
|
||||||
|
Reference in New Issue
Block a user