Commit Graph

1370 Commits

Author SHA1 Message Date
Peter Parente
c0a24155c8 Add liveliness check
Some makefile cleanup too

(c) Copyright IBM Corp. 2016
2016-05-29 16:24:27 -04:00
Kyle Kelley
45f83f4d34 Merge pull request #213 from parente/remove-minimal-kernel
Discuss: Remove minimal kernel
2016-05-27 11:35:47 -07:00
Peter Parente
8015c88c4b Fix missing execute bit
Time for a rebuild!

(c) Copyright IBM Corp. 2016
2016-05-27 13:28:42 -04:00
Peter Parente
48cf895cdc Remove minimal-kernel stack
(c) Copyright IBM Corp. 2016
2016-05-27 07:22:05 -04:00
Peter Parente
f3028232e9 Merge pull request #209 from parente/tiny-notebook
Base notebook stack
2016-05-27 07:17:23 -04:00
Peter Parente
a2fccc1966 Update inheritance diagram
(c) Copyright IBM Corp. 2016
2016-05-26 20:58:29 -04:00
Peter Parente
839e8307b6 Rename to base-notebook
(c) Copyright IBM Corp. 2016
2016-05-26 20:58:29 -04:00
Peter Parente
b9ff1d25b1 New tiny notebook base image
(c) Copyright IBM Corp. 2016
2016-05-26 20:58:29 -04:00
Kyle Kelley
dc6ae8bd82 Merge pull request #208 from parente/bump-debian-cves
Update debian base image for CVEs
2016-05-14 13:57:36 -05:00
Peter Parente
9ef58fb5d5 Update debian base image for CVEs
https://github.com/docker-library/official-images/pull/1695

(c) Copyright IBM Corp. 2016
2016-05-13 22:39:04 -04:00
jakirkham
681ea44643 Merge pull request #207 from willingc/willingc-patch-2
Update README links
2016-05-12 02:51:17 -04:00
Carol Willing
b04af6a5f7 Update links to RTD 2016-05-11 22:13:34 -07:00
Carol Willing
c9c15d2cad Update link in README 2016-05-11 21:59:08 -07:00
Peter Parente
401575ede9 Merge pull request #204 from lbustelo/UpgradeToree0.1.0.dev5
Bump Spark to 1.6.1, Toree to 0.1.0.dev7
2016-05-11 00:34:51 -04:00
Carol Willing
83ec4d2618 Merge pull request #201 from parente/pem-format
[no ci] Document notebook.pem format
2016-05-10 07:16:09 -07:00
Gino Bustelo
b412388f12 Bump Toree to 0.1.0.dev7
(c) Copyright IBM Corp. 2016
2016-05-10 09:07:21 -05:00
Peter Parente
eb754a1a23 Bump Spark to 1.6.1
(c) Copyright IBM Corp. 2016
2016-05-10 09:06:09 -05:00
Peter Parente
0e9023199b [no ci] Document notebook.pem format
Fixes #198

(c) Copyright IBM Corp. 2016
2016-05-06 07:56:46 -04:00
jakirkham
2bcf753a66 Merge pull request #192 from parente/notebook-4.2
[WIP] Upgrade to notebook 4.2, ipywidgets 5.0
2016-05-05 12:39:34 -04:00
Carol Willing
cdea2c8ffe Merge pull request #195 from minrk/conda-forge
subscribe to conda-forge conda channel
2016-04-29 08:46:29 -07:00
Min RK
d9c5c1519a subscribe to conda-forge conda channel 2016-04-29 16:14:53 +02:00
Peter Parente
e14e387d6c Require ipywidgets 5.1
5.0 had API compatibility problems
see ipython/ipywidgets#522

(c) Copyright IBM Corp. 2016
2016-04-29 07:40:48 -04:00
Carol Willing
af8d4224ce Merge pull request #191 from parente/fix-pem-path
[skip ci] Remove old pem path
2016-04-26 07:07:11 -07:00
Peter Parente
39104f2432 Upgrade to notebook 4.2, ipywidgets 5.0 2016-04-26 08:55:18 -04:00
Peter Parente
dac8f1c88d [skip ci] Remove old pem path
Fixes remainder of READMEs that have it

(c) Copyright IBM Corp. 2016
2016-04-26 08:34:32 -04:00
Peter Parente
0b3c834f97 Merge pull request #189 from wernight/patch-1
Update README.md
2016-04-22 11:59:47 -04:00
Werner Beroux
30325e9c54 Update README.md
Fixes inconcistent PEM path (described as being `/home/jovyan/.local/share/jupyter/notebook.pem` and not `/home/jovyan/.ipython/profile_default/security/notebook.pem`).

Merges with README of https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook
2016-04-22 14:59:37 +02:00
Peter Parente
2d878db5cb Merge pull request #185 from jtyberg/single-user
Add single-user scripts to minimal-notebook.
2016-04-13 21:24:14 -04:00
Justin Tyberg
34da9f0adf Update inherit diagram.
Remove singleuser images.

(c) Copyright IBM Corp. 2016
2016-04-12 15:37:04 -04:00
Justin Tyberg
d61448d350 Remove singleuser builds.
Remove additional *-singleuser image builds in favor of including the
single-user startup scripts in the *-notebook images.

(c) Copyright IBM Corp. 2016
2016-04-12 15:37:04 -04:00
Justin Tyberg
cf78782f87 Add single-user scripts to minimal-notebook stack to make notebook
stacks easily usable with JupyterHub.

* pip install jupyterhub to gain access to the jupyterhub-singleuser
  startup script, which starts a single-user instance of the Notebook
  server
* Add shell script to wrap jupyterhub-singleuser script; use as
  alternate Docker command

fixes #181

(c) Copyright IBM Corp. 2016
2016-04-12 15:37:03 -04:00
jakirkham
5d209e9c5b Merge pull request #182 from parente/toree-doc
Update README for current Apache Toree
2016-04-11 22:04:45 -04:00
Peter Parente
55cc3dd6d1 Merge pull request #184 from jcfr/fix-readme-change-nb-user-to-nb-uid
README: Change NB_USER to NB_UID
2016-04-11 21:35:44 -04:00
Jean-Christophe Fillion-Robin
334cf7ae0d README: Change NB_USER to NB_UID
Update text to be consistent with list of documented options.
2016-04-11 15:01:54 -04:00
Peter Parente
8341ed5268 Update README for current Apache Toree
Never got updated when Toree started getting pip installed

(c) Copyright IBM Corp. 2016
2016-04-11 14:07:59 -04:00
jakirkham
0cb52a070a Merge pull request #179 from parente/add-numexpr
Add numexpr to wherever pandas is
2016-04-10 17:09:38 -04:00
Peter Parente
42765a9617 Add numexpr to wherever pandas is
Fixes #173

(c) Copyright IBM Corp. 2016
2016-04-10 14:41:58 -04:00
jakirkham
44b7c2fff0 Merge pull request #172 from willingc/move-pic
Move the overview image up on README page
2016-03-25 14:25:16 -04:00
Carol Willing
e4f536ea6e Move the overview image up on page 2016-03-25 10:09:04 -07:00
jakirkham
07fc04fbb4 Merge pull request #171 from parente/inherit-diagram
Add diagram of image relationships
2016-03-25 12:44:45 -04:00
Peter Parente
fac6b6061c Add diagram of image relationship
(c) Copyright IBM Corp. 2016
2016-03-25 12:06:39 -04:00
jakirkham
9f4ed032ba Merge pull request #166 from mkolovic/add-hdf5-julia
Add hdf5 julia support to datascience stack
2016-03-21 19:54:57 -04:00
Kyle Kelley
258e25c03c Merge pull request #162 from minrk/singleuser
build JupyterHub singleuser images for each notebook stack
2016-03-21 12:45:59 -05:00
Mladen Kolovic
5c2618f27a Add HDF5 support for Julia
* create `.juliarc.jl` start up script to point Julia to conda libraries, specifically the hdf5 libraries installed through the h5py package in the scipy stack
* add the HDF5 Julia package

Update README.md to document HDF5 addition

Add -F option to force config load

Add the -F flag to julia expression execution to load .juliarc.jl before execution.
2016-03-21 13:30:16 -04:00
Kyle Kelley
630bb6f8fe Merge pull request #160 from parente/badges
[ci skip] Add badges to stack READMEs
2016-03-21 09:34:18 -05:00
Min RK
7f2be9cdbd Notes about JupyterHub singleuser images in READMEs 2016-03-21 14:40:42 +01:00
Min RK
2e22911bef get dockerspawner/singleuser image from latest dockerspawner release
instead of master

and include checksummed download
2016-03-21 14:40:42 +01:00
Min RK
4b3f7cea59 put build/%-singleuser rule before build/%
to give it higher priority
2016-03-21 12:52:14 +01:00
jakirkham
8dfd60b729 Merge pull request #163 from parente/unify-pyspark-all-spark
Rebase all-spark-notebook on pyspark-notebook
2016-03-18 11:31:33 -04:00
Peter Parente
f5da6216ad Base all-spark-notebook on pyspark-notebook
To speed up build, reduce accidental disparity, ease maintenance

(c) Copyright IBM Corp. 2016
2016-03-18 08:16:39 -04:00