Peter Parente
aac28dde87
Use bash in makefile
...
Fixes broken [[ ]] syntax when default sh is used
2016-06-28 09:12:18 -04:00
Peter Parente
9f5bbec91d
Merge pull request #223 from leosartaj/sympy
...
update sympy to 1.0
2016-06-28 08:59:10 -04:00
Sebastian Reuße
fdb247ec0c
Make use of available environment variables
...
base-notebook defines environment variables for the Conda install path and the
notebook user. However, in some instances, these locations were still hardcoded.
Let’s use the variables instead.
2016-06-28 11:31:24 +02:00
Oliver Köth
970985845e
Update start-notebook.sh
2016-06-28 11:16:39 +02:00
Sartaj Singh
95bd3cab47
update sympy to 1.0
2016-06-28 12:23:06 +05:30
Min RK
1d398b5b1b
Merge pull request #219 from jakirkham/use_conda-forge_jq
...
Use `jq` from conda-forge
2016-06-10 15:57:37 +02:00
John Kirkham
ac53e57ed9
pyspark-notebook: Use jq
from conda-forge
.
2016-06-09 19:26:45 -04:00
Min RK
a249876881
Merge pull request #217 from parente/various-tuneups
...
Various tuneups
2016-05-31 12:55:44 +02:00
Min RK
b07f1d560f
Merge pull request #216 from parente/add-test
...
Add liveliness check
2016-05-30 13:57:43 +02:00
Peter Parente
e384a4512b
Add pip2, pip3 symlinks for images with python2
...
Fixes #123
(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
f737456f8a
Set HOME env var
...
Ref #188
(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
126009764f
Disable pip cache during docker build
...
Ref #188
(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
b7353bf759
Fix permissions when host mounting SSL cert/key
...
Prevent docker from creating the
~/.local/share/jupyter directory as rw for root
only. Otherwise notebook can’t create runtime/
and other import subduers
(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
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