Commit 761010ed authored by Min RK's avatar Min RK

Merge pull request #104 from parente/notebook-4.1

Notebook 4.1.x
parents 9aae44ef 0da13035
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
.PHONY: build dev help server
.PHONY: build-all help environment-check release-all
OWNER:=jupyter
# need to list these manually because there's a dependency tree
......@@ -27,6 +27,8 @@ build/%: DARGS?=
build/%:
docker build $(DARGS) --rm --force-rm -t $(OWNER)/$(notdir $@):latest ./$(notdir $@)
build-all: $(patsubst %,build/%, $(ALL_STACKS))
dev/%: ARGS?=
dev/%: DARGS?=
dev/%: PORT?=8888
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda Python 3.x and Python 2.7.x environments
* Conda R 3.2.x environment
* Scala 2.10.x
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda Python 3.x and Python 2.7.x environments
* pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
* Conda R v3.2.x and channel
......
......@@ -70,7 +70,7 @@ RUN cd /tmp && \
# Install Jupyter notebook as jovyan
RUN conda install --yes \
'notebook=4.0*' \
'notebook=4.1*' \
terminado \
&& conda clean -yt
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda 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`
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda Python 3.x and Python 2.7.x environments
* pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed
* Spark 1.5.1 for use in local mode or to connect to a cluster of Spark workers
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda R v3.2.x and channel
* plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`
......
......@@ -2,7 +2,7 @@
## What it Gives You
* Jupyter Notebook 4.0.x
* Jupyter Notebook 4.1.x
* Conda Python 3.x and Python 2.7.x environments
* pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`
......
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