Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyterlab_bokeh@1.0.0 (rebase on PR #894) for JupyterLab 1.0.0 #901

Merged
merged 4 commits into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,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 && \
Expand Down
6 changes: 3 additions & 3 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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*' \
Expand Down Expand Up @@ -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 && \
Expand Down