From 01c9e6c66b15391a71b8aa70f68f01fcf09c7ebd Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 26 Sep 2017 11:00:58 -0700 Subject: [PATCH] Upgrade to notebook 5.1 --- all-spark-notebook/README.md | 2 +- base-notebook/Dockerfile | 2 +- base-notebook/Dockerfile.ppc64le | 2 +- base-notebook/Dockerfile.ppc64le.patch | 4 ++-- base-notebook/README.md | 2 +- datascience-notebook/README.md | 2 +- minimal-notebook/README.md | 2 +- pyspark-notebook/README.md | 2 +- r-notebook/README.md | 2 +- scipy-notebook/README.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index 145b73f1..d6eb41ab 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -5,7 +5,7 @@ ## What it Gives You -* Jupyter Notebook 4.3.x +* Jupyter Notebook 5.1.x * Conda Python 3.x environment * Conda R 3.3.x environment * Scala 2.11.x diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index ebb8e958..2266adc5 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -75,7 +75,7 @@ RUN cd /tmp && \ # Install Jupyter Notebook and Hub RUN conda install --quiet --yes \ - 'notebook=5.0.*' \ + 'notebook=5.1.*' \ 'jupyterhub=0.7.*' \ 'jupyterlab=0.27.*' \ && conda clean -tipsy && \ diff --git a/base-notebook/Dockerfile.ppc64le b/base-notebook/Dockerfile.ppc64le index 5781130c..5363225b 100644 --- a/base-notebook/Dockerfile.ppc64le +++ b/base-notebook/Dockerfile.ppc64le @@ -76,7 +76,7 @@ RUN cd /tmp && \ # Install Jupyter notebook and Hub RUN yes | pip install --upgrade pip RUN yes | pip install --quiet --no-cache-dir \ - 'notebook==5.0.*' \ + 'notebook==5.1.*' \ 'jupyterhub==0.7.*' \ 'jupyterlab==0.18.*' diff --git a/base-notebook/Dockerfile.ppc64le.patch b/base-notebook/Dockerfile.ppc64le.patch index 2704647a..0520d238 100644 --- a/base-notebook/Dockerfile.ppc64le.patch +++ b/base-notebook/Dockerfile.ppc64le.patch @@ -81,14 +81,14 @@ -# Install Jupyter Notebook and Hub -RUN conda install --quiet --yes \ -- 'notebook=5.0.*' \ +- 'notebook=5.1.*' \ - 'jupyterhub=0.7.*' \ - 'jupyterlab=0.18.*' \ - && conda clean -tipsy +# Install Jupyter notebook and Hub +RUN yes | pip install --upgrade pip +RUN yes | pip install --quiet --no-cache-dir \ -+ 'notebook==5.0.*' \ ++ 'notebook==5.1.*' \ + 'jupyterhub==0.7.*' \ + 'jupyterlab==0.18.*' diff --git a/base-notebook/README.md b/base-notebook/README.md index e8947bfb..1ecc808d 100644 --- a/base-notebook/README.md +++ b/base-notebook/README.md @@ -6,7 +6,7 @@ Small base image for defining your own stack ## What it Gives You -* Minimally-functional Jupyter Notebook 5.0.x (e.g., no pandoc for document conversion) +* Minimally-functional Jupyter Notebook 5.1.x (e.g., no pandoc for document conversion) * Miniconda Python 3.x * No preinstalled scientific computing packages * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index 509b0181..aa4fb6d1 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -4,7 +4,7 @@ ## What it Gives You -* Jupyter Notebook 5.0.x +* Jupyter Notebook 5.1.x * Conda Python 3.x environment * pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed * Conda R v3.3.x and channel diff --git a/minimal-notebook/README.md b/minimal-notebook/README.md index be84c0c3..e1977aa4 100644 --- a/minimal-notebook/README.md +++ b/minimal-notebook/README.md @@ -6,7 +6,7 @@ Small image for working in the notebook and installing your own libraries ## What it Gives You -* Fully-functional Jupyter Notebook 5.0.x +* Fully-functional Jupyter Notebook 5.1.x * Miniconda Python 3.x * No preinstalled scientific computing packages * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` diff --git a/pyspark-notebook/README.md b/pyspark-notebook/README.md index fc06b1f3..c18686c1 100644 --- a/pyspark-notebook/README.md +++ b/pyspark-notebook/README.md @@ -4,7 +4,7 @@ ## What it Gives You -* Jupyter Notebook 5.0.x +* Jupyter Notebook 5.1.x * Conda Python 3.x environment * pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed * Spark 2.2.0 with Hadoop 2.7 for use in local mode or to connect to a cluster of Spark workers diff --git a/r-notebook/README.md b/r-notebook/README.md index 913a17fe..1a30419b 100644 --- a/r-notebook/README.md +++ b/r-notebook/README.md @@ -4,7 +4,7 @@ ## What it Gives You -* Jupyter Notebook 5.0.x +* Jupyter Notebook 5.1.x * Conda R v3.3.x and channel * plyr, devtools, shiny, rmarkdown, forecast, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed * The [tidyverse](https://github.com/tidyverse/tidyverse) R packages are also installed, including ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, lubridate, and broom diff --git a/scipy-notebook/README.md b/scipy-notebook/README.md index 306ea588..c70e182b 100644 --- a/scipy-notebook/README.md +++ b/scipy-notebook/README.md @@ -4,7 +4,7 @@ ## What it Gives You -* Jupyter Notebook 5.0.x +* Jupyter Notebook 5.1.x * Conda Python 3.x environment * pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh, vincent, beautifulsoup, xlrd pre-installed * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`