Commit Graph

1370 Commits

Author SHA1 Message Date
Chia-liang Kao
d7e3817af5 base image on ubuntu:xenial-20180228 2018-03-26 09:27:20 +08:00
Peter Parente
e34a17e024 Try the RTD path fix again 2018-03-25 21:17:42 -04:00
Peter Parente
d03a419e17 Fix path to readthedocs.yaml 2018-03-25 21:15:04 -04:00
Peter Parente
6e55fcc42f Split pages, use RTD theme for now
I can't seem to configure the Jupyter Albaster theme correctly
and will reach out for help later.
2018-03-25 21:00:06 -04:00
Peter Parente
08560d2fce First draft configuration page 2018-03-25 17:51:20 -04:00
Peter Parente
51ab78f4a9 Finish single container examples 2018-03-25 17:51:20 -04:00
Peter Parente
f1400f6612 Stick with pip for travis testing 2018-03-25 17:51:20 -04:00
Peter Parente
a319f52e2e Fix travis env creation command 2018-03-25 17:51:20 -04:00
Peter Parente
2cb59bd3cf Fill-in and refine instructions to run 2018-03-25 17:51:19 -04:00
Peter Parente
86b9d4dae6 Notes about community stacks 2018-03-25 17:51:19 -04:00
Peter Parente
8b79f9893a Add image descriptions and content summaries 2018-03-25 17:51:19 -04:00
Peter Parente
f70d52da58 Outline, include some info from READMEs 2018-03-25 17:51:19 -04:00
Peter Parente
118198ac65 Sphinx quickstart 2018-03-25 17:51:19 -04:00
Peter Parente
a54ce40513 Unify docs, test dev env 2018-03-25 17:51:19 -04:00
Peter Parente
73dc38efc6 Merge pull request #595 from whosford/docker-stacks-update-tensorflow-readme
Update tensorflow-notebook readme with distributed mode instructions
2018-03-25 17:48:41 -04:00
Peter Parente
a995da5c8e Merge pull request #594 from parente/fix-577-test-only-build-arg
Add TEST_ONLY_BUILD arg
2018-03-25 17:46:35 -04:00
William Hosford
f9c74a1698 Update tensorflow readme with distributed mode instructions 2018-03-25 14:19:33 -07:00
Peter Parente
e29efb73dc Fix arg name mismatch 2018-03-25 16:57:06 -04:00
Peter Parente
3687dd3387 Add TEST_ONLY_BUILD arg 2018-03-25 16:02:52 -04:00
Stijn De Haes
a7eb9d6398 Make extracted files root id 2018-03-20 07:58:25 +01:00
Peter Parente
c19283de5a Merge pull request #588 from parente/fix-netcat
Fix netcat, pin tornado 4.x for R + zmq issues, update various R libs
2018-03-19 10:04:39 -04:00
Peter Parente
981f6e402d Notebook 5.4, force tornado 4.* at the outset 2018-03-19 08:41:56 -04:00
Peter Parente
1d94de26ad Fix other IRKernel images 2018-03-18 22:49:57 -04:00
Peter Parente
0ccd8796ac Fix r-notebook notebook start 2018-03-18 21:49:41 -04:00
Peter Parente
674e04d9c9 net -> netcat 2018-03-18 18:50:14 -04:00
Peter Parente
6b88a4c2bc Fix netcat install 2018-03-17 21:47:19 -04:00
Peter Parente
637d455a44 Merge pull request #581 from parente/shorter-travis-workaround
Disable datascience-notebook precompilation
2018-03-17 21:45:10 -04:00
Peter Parente
5b4d073538 Merge pull request #586 from gglanzani/patch-3
Add netcat
2018-03-17 16:15:50 -04:00
Peter Parente
8322daa442 Merge pull request #579 from gglanzani/patch-1
Add pyarrow installation
2018-03-17 12:30:06 -04:00
Peter Parente
30f16d5212 Merge pull request #584 from bclipp/master
sparklyr add to r-notebook
2018-03-15 22:42:49 -04:00
Giovanni Lanzani
f6adc59fe3 Add netcat
Netcat (nc) is often used as a tool to test socket server/client, 
and very useful to quickly get started with, f. e., Spark Streaming. 

See #583.
2018-03-15 06:16:38 +01:00
Peter Parente
b7f28609e9 Merge pull request #570 from lresende/update_toree
Update to Toree 0.2.0 RC3
2018-03-14 23:24:15 -04:00
bclipp
e321651f36 sparklyr add to r-notebook
sparklyr alone without any other spark package added to the install image.
2018-03-14 11:48:43 -04:00
Giovanni Lanzani
a58e6afb9b Add pyarrow installation
This way we can profit from pandas UDF
2018-03-14 13:50:52 +01:00
Peter Parente
96f2f777be Merge pull request #580 from gglanzani/patch-2
Add jupyterlab_bokeh extension
2018-03-14 07:24:10 -04:00
Peter Parente
9f34d09f1d Merge pull request #576 from ewjoachim/patch-1
Chown of home dir needs to be recursive
2018-03-14 07:21:17 -04:00
Peter Parente
ae51a604d6 Merge pull request #573 from terhorst/master
add r-htmltools pkg
2018-03-14 07:20:38 -04:00
Giovanni Lanzani
cc5ceae62c Add jupyterlab_bokeh extension
Without the extension it is not possible to use all Bokeh functionalities in JupyterLab
2018-03-14 09:10:49 +01:00
Peter Parente
50247fea87 Merge pull request #567 from jupyter-on-openshift/openshift-jupyter-lab
Add instructions for enabling Jupyter Lab interface with OpenShift deployment.
2018-03-13 23:35:44 -04:00
Peter Parente
049d7e18df Restore all builds, disable julia precompilation 2018-03-13 23:32:40 -04:00
Peter Parente
1a38037621 Disable datascience / tensorflow builds on travis temporarily 2018-03-13 12:13:11 -04:00
Peter Parente
de0cd8011b Merge pull request #566 from Bidek56/master
Spark 2.3
2018-03-09 15:05:02 -05:00
Joachim Jablon
3c61b079c2 Chown of home dir needs to be recursive 2018-03-09 19:01:41 +01:00
Jonathan Terhorst
652cd9fdb5 add r-htmltools pkg 2018-03-09 11:00:31 -05:00
Luciano Resende
bbf34d3473 Update to Toree 0.2.0 RC3 2018-03-05 20:50:58 -08:00
Graham Dumpleton
53b1064b3c Add instructions for enabling Jupyter Lab interface with OpenShift deployment. 2018-03-02 14:54:05 +11:00
Darek
ef402bfe71 Fixing checksum error 2018-03-01 22:43:16 +00:00
Darek
29e1b43aa5 Changed Spark mirror server and upgraded py4j library to 0.10.6 2018-03-01 21:22:56 +00:00
Darek
f2e8096825 Upgrading Spark to 2.3 2018-03-01 20:54:06 +00:00
Min RK
92fe05d1e7 Merge pull request #558 from jupyter-on-openshift/home-volume-mounting
Avoid placing anything under home directory in OpenShift deployments.
2018-02-20 10:21:48 +01:00