Commit Graph

1370 Commits

Author SHA1 Message Date
Michael Poplavski
e717e315e4 Updated the kernel_gateway sdist tarball name to dist/jupyter_kernel_gateway-*.tar.gz
Contribution (c) Copyright IBM Corp. 2015
2016-01-11 13:23:47 -06:00
Michael Poplavski
5f4d8225c0 New docker stack for a headless kernel. It uses the new kernel gateway to provide websocket access without exposing the whole notebook UI.
Contribution (c) Copyright IBM Corp. 2015
2016-01-11 13:23:47 -06:00
Peter Parente
c922d1f83e Merge pull request #101 from parente/fix-pdf
Add texlive-generic-recommended to fix PDF export
2016-01-08 21:08:38 -05:00
Peter Parente
e19f504099 Add texlive-generic-recommended to fix PDF export
Fixes #99

(c) Copyright IBM Corp. 2016
2016-01-08 21:07:14 -05:00
Peter Parente
2988869079 Merge pull request #92 from parente/jovyan-by-default
Make jovyan the default user for the docker cmd
2016-01-04 20:53:47 -05:00
Peter Parente
092fe70190 Merge pull request #93 from parente/add-libxrender1
Install libxrender1 to appease matplotlib et al.
2016-01-02 12:46:19 -05:00
Peter Parente
b7aeac87f4 Install libxrender1 to appease matplotlib
Bite the bullet and preinstall it so that plotting libs that default
to using desktop rendering just work (matplotlib, ggplot, ...)
out of the box without having to get configuration right beforehand
(e.g., %matplotlib inline ahead of matplotlib import)

Only adds ~100k to the image size

(c) Copyright IBM Corp. 2015
2016-01-02 12:45:30 -05:00
Peter Parente
1011206f0e Merge pull request #80 from parente/make-deploy-example
make-deploy example: run stacks on docker-machines
2015-12-28 12:05:40 -05:00
Peter Parente
74ed72a83d Final example cleanup
* Fix missing export on virtualbox-vm settings
* Note about busted make on ubuntu 14.04
* Pin jupyter/minimal-notebook version so example always works
* Bit more of a hint about additional parameters

(c) Copyright IBM Corp. 2015
2015-12-28 12:01:18 -05:00
Peter Parente
6d5cd67528 Make jovyan the default user for the docker cmd
* Switch to jovyan at the end of every Dockerfile
* Document --user root requirement for NB_UID and GRANT_SUDO flags

(c) Copyright IBM Corp. 2015
2015-12-27 21:05:48 -05:00
Peter Parente
65c5fadbd1 Fix lets encrypt for renewals
Cannot use custom output path when renewing, so do not use it at all

(c) Copyright IBM Corp. 2015
2015-12-22 16:33:52 -05:00
Peter Parente
ba6086c119 Fix SoftLayer CPUs and DNS
(c) Copyright IBM Corp. 2015
2015-12-22 16:33:26 -05:00
Peter Parente
9f8af4fee2 Fix virtualbox CPUs
(c) Copyright IBM Corp. 2015
2015-12-22 16:33:09 -05:00
Peter Parente
2d125a7161 Merge pull request #88 from parente/fix-r-zmq
Bump r-irkernel to 0.5 to fix zmq issue
2015-12-17 19:20:50 -05:00
Peter Parente
d8c83ec385 Bump r-irkernel to 0.5 to fix zmq issue
Requires r-rmarkdown=0.8, r-devtools=1.9, r-tidyr=0.3 in r-notebook

(c) Copyright IBM Corp. 2015
2015-12-17 17:00:50 -05:00
Kyle Kelley
1768a4f161 Merge pull request #85 from parente/config-lang
Configure en_US.UTF-8
2015-12-16 23:07:58 -06:00
Kyle Kelley
9e2c479e3b Merge pull request #84 from parente/earlier-user
Create jovyan user before conda install
2015-12-16 23:07:41 -06:00
Peter Parente
3562a0c121 Configure en_US.UTF-8
Fixes #82

(c) Copyright IBM Corp. 2015
2015-12-16 22:42:22 -05:00
Peter Parente
937dc6efa7 Create jovyan user before conda install
Avoids costly chown, fixes #81

(c) Copyright IBM Corp. 2015
2015-12-16 22:40:07 -05:00
Peter Parente
a7b9485a0e More options for securing the notebook
* letencrypt workflow
* Don't mount self-signed secrets directory over runtime
  dir where nbextensions might be preinstalled from Dockerfile

(c) Copyright IBM Corp. 2015
2015-12-11 00:19:40 -05:00
Peter Parente / Justin Tyberg
be926f24a1 make-deploy example: run stacks on docker-machines
(c) Copyright IBM Corp. 2015
2015-12-10 13:30:15 -05:00
Peter Parente
3afdf219f0 Merge pull request #77 from lbustelo/master
Updating to reflect changes in how Spark Kernel is build and packaged
2015-12-09 17:01:52 -05:00
Gino Bustelo
ff62ff0f8c Updating to reflect changes in how Spark Kernel is build and packaged
(c) Copyright IBM Corp. 2015
2015-12-09 14:45:08 -06:00
Min RK
cbf05e05fc Merge pull request #74 from parente/add-rpy2
Add rpy2
2015-12-07 22:51:27 +01:00
Peter Parente
0a29b08d7c Add rpy2
Requires bump of devtools, tidyr, and rmarkdown too

(c) Copyright IBM Corp. 2015
2015-12-05 21:26:47 -05:00
Peter Parente
a5678f472c Merge pull request #72 from parente/fix-ds-bump
Fix datascience-notebook build after pandas bump
2015-12-04 22:39:56 -05:00
Peter Parente
8b0d810878 Fix datascience-notebook build after pandas bump
patsy, numba, bokeh all need upgrade to satisfy conda constraints

(c) Copyright IBM Corp. 2015
2015-12-04 22:36:51 -05:00
Peter Parente
beb29fb1cb Merge pull request #71 from parente/fix-scipy
Fix scipy-notebook build after pandas bump
2015-12-04 22:21:08 -05:00
Peter Parente
913c277297 Fix scipy-notebook build after pandas bump
patsy, numba, bokeh all need upgrade to satisfy conda constraints

(c) Copyright IBM Corp. 2015
2015-12-04 22:16:47 -05:00
Peter Parente
4ec01b31cb Merge pull request #70 from jtyberg/bump_pandas
Bump to pandas 0.17
2015-12-04 21:51:37 -05:00
Justin Tyberg
e53b288e6e Bump to pandas 0.17.
(c) Copyright IBM Corp. 2015
2015-12-04 17:47:12 -05:00
Peter Parente
46178069c9 Add tips and gotchas section
* Start with hint from issue #63

(c) Copyright IBM Corp. 2015
2015-11-20 22:27:38 -05:00
Peter Parente
ebda307c7c Doc --net=host requirements for su
(c) Copyright IBM Corp. 2015
2015-11-20 20:09:40 -05:00
Peter Parente
dbb9c7b505 Merge pull request #66 from parente/pin-spark-kernel
Build spark kernel from specific SHA
2015-11-19 07:34:59 -05:00
Peter Parente
de9267afa9 Build spark kernel from specific SHA
Allows rebuilds against git SHAs in docker-stacks

(c) Copyright IBM Corp. 2015
2015-11-18 22:47:34 -05:00
Peter Parente
d58f481ac5 Pointer to recipes wiki page 2015-11-10 12:08:40 -05:00
Peter Parente
adbc703165 Merge pull request #61 from alewitt/master
Updating Readmes for Spark UI support
2015-11-10 10:34:36 -05:00
Alexander Lewitt
2a6c7a59ed pyspark readme, spark ui support.
adding instructions for how to open an extra port in order to view spark ui monitoring status.
2015-11-10 09:55:12 -05:00
Alexander Lewitt
53cc2f5d34 Update spark readme for spark ui instructions
Instructions to open an extra port to be able to see the spark ui for monitoring execution status.
2015-11-10 09:52:25 -05:00
Peter Parente
a388c4a66f Add temporary rzmq workaround to other R stacks
Required to rebuild now that a merge went in touching minimal

(c) Copyright IBM Corp. 2015
2015-10-24 22:40:59 -04:00
Peter Parente
744c903854 Merge pull request #50 from parente/doc-cmd-args
Remove trivial env vars, doc command line args
2015-10-24 22:36:03 -04:00
Peter Parente
1fb0494a3b Merge pull request #57 from parente/fix-r-deps-in-all-spark
Add system prereqs for R to all-spark-notebook
2015-10-23 19:38:11 -04:00
Peter Parente
41222b047c Add system prereqs for R to all-spark-notebook
* Copy/paste from r-notebook
* Also add PORT option to make dev target for easy of testing

(c) Copyright IBM Corp. 2015
2015-10-22 21:30:19 -04:00
Peter Parente
945db0f8fd Merge pull request #56 from parente/spark-1.5.1
Update to Spark 1.5.1
2015-10-22 12:27:50 -04:00
Peter Parente
76073ddf2d Temporary workaround for rzmq missing deps
(c) Copyright IBM Corp. 2015
2015-10-22 12:19:07 -04:00
Kai Wang
817550198f update for Spark 1.5.1 2015-10-21 15:22:57 +00:00
Peter Parente
f5bb3d4801 Remove need to quote >1 args to start-notebook
(c) Copyright IBM Corp. 2015
2015-10-20 22:43:32 -04:00
Peter Parente
3411997451 Retain current default port and interface IP
(c) Copyright IBM Corp. 2015
2015-10-20 22:43:12 -04:00
Min RK
2819b2b393 Merge pull request #49 from parente/readme-updates
Readme updates to remove legacy version info

closes #48
2015-10-20 15:21:58 +01:00
Peter Parente
ad99f8c74f Remove trivial env vars, doc command line args
* Remove PORT and INTERFACE env vars which can conflict with other systems (e.g., Mesos)
* Document command line pass-through to start-notebook.sh

(c) Copyright IBM Corp. 2015
2015-10-19 09:36:28 -04:00