Commit Graph

980 Commits

Author SHA1 Message Date
Peter Parente
559d78a66d Merge pull request #785 from parente/add-binder
Add an example binder
2018-12-29 20:33:03 -05:00
Peter Parente
40506ed933 Merge pull request #784 from parente/fix-nayvoj
Fix bug where container user is "nayvoj"
2018-12-29 20:32:36 -05:00
Peter Parente
054fda4d0f [ci skip] Open the README.ipynb on binder 2018-12-29 20:32:00 -05:00
Peter Parente
0a73230060 [ci skip] Fix COPY path? 2018-12-29 18:19:53 -05:00
Peter Parente
e2d4d3b40b Set STATUS=0 by default
Addresses code review by @GrahamDumpleton
2018-12-29 18:15:40 -05:00
Peter Parente
f9c93b9403 [ci skip] Add a demo notebook and tag info 2018-12-29 18:10:49 -05:00
Peter Parente
b8f9445651 Merge pull request #786 from romainx/master
Updated R packages in r-notebook to match all-spark-notebook update in PR #782
2018-12-29 18:06:03 -05:00
Romain C
50a26185b9 Updated R packages to match all-spark-notebook update in PR #782 2018-12-29 22:42:17 +01:00
Peter Parente
c07df9e69d Add an example binder 2018-12-29 16:21:56 -05:00
Peter Parente
9b9c3c7d99 Fix bug where container user is "nayvoj"
whoami &> /dev/null || STATUS=$? && true
causes STATUS to be set to an empty string
when the container starts with option --add-group="root"
resulting in both nayvoj and jovyan having uid=1000
and gid=100. The first match in /etc/password wins
and so the container user ends up being "nayvoj"
accidentally.

Avoid this by checking that whoami STATUS is neither blank nor 0
before adding a new /etc/passwd entry
2018-12-29 15:06:42 -05:00
Peter Parente
17aba6048f Merge pull request #759 from dungdm93/master
fixing inline script problem
2018-12-29 11:29:19 -05:00
Peter Parente
9b06df75e4 Merge pull request #783 from romainx/master
Replace vim by nano in the minimal-notebook documentation (fix #779)
2018-12-29 10:34:30 -05:00
Peter Parente
c12adebb32 Merge pull request #782 from parente/daozzg-master
Update all R libs in all-spark-notebook for Spark 2.4
2018-12-29 10:34:11 -05:00
Romain C
38054f3e7b Replace vim by nano in the doc 2018-12-29 07:25:47 +01:00
Peter Parente
8b0c000794 Update R packages 2018-12-29 00:05:19 -05:00
Peter Parente
aa0ebba9a0 Merge pull request #781 from parente/iyanmv-add-umaks-flag
umask flag
2018-12-28 23:44:15 -05:00
Peter Parente
96c05b8880 Merge pull request #739 from ericdill/issue-715
Add note about customizing the startup with before-notebook.d
2018-12-28 14:05:21 -05:00
Peter Parente
515f74ab77 DOC: Typo fix 2018-12-28 14:03:46 -05:00
Peter Parente
9b8893f5cd DOC: Match heading level 2018-12-28 14:02:25 -05:00
Peter Parente
11d8162dbd MNT: Update .gitignore for vscode 2018-12-28 13:56:28 -05:00
Peter Parente
e1f57a620f Doc start-notebook.d as well 2018-12-28 13:56:15 -05:00
Peter Parente
368e1af98b Fix a broken doc link spotted along the way 2018-12-28 13:28:12 -05:00
Peter Parente
fbba48c435 Only apply custom umask if NB_UMASK is set 2018-12-28 13:28:03 -05:00
Peter Parente
1ec114a8ca Squashed commit of the following:
commit 2d92977085
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 23:22:35 2018 +0200

    Delete code in start.sh (not necessary). Simplify 'os.umask' code. Add paragraph to docs

commit 19d1e7be71
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 19:03:36 2018 +0200

    Change if clause condition

commit 13802f436c
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 20:24:38 2018 +0200

    Update jupyterlab & extensions

commit 63bdcad837
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 16:21:01 2018 +0200

    Fix 'No newline at end of file'

commit 9504408874
Author: Iyan Méndez Veiga <iyan.mendezveiga@arcelormittal.com>
Date:   Tue Aug 21 15:37:32 2018 +0200

    Fix if clause start.sh

commit 74da4e07b2
Author: Iyan Méndez Veiga <iyan.mendezveiga@arcelormittal.com>
Date:   Tue Aug 21 14:52:21 2018 +0200

    Add NB_UMASK flag to modify default umask
2018-12-28 13:24:16 -05:00
Peter Parente
30ea6099ff Merge pull request #780 from tlinnet/master
Adding link to a new Community Stack : csharp-notebook
2018-12-28 13:00:45 -05:00
Troels Schwarz-Linnet
d7ec3011de Adding link to a new Community Stack : csharp-notebook is a community Jupyter Docker Stack image. Try C# in Jupyter Notebooks. 2018-12-28 15:55:32 +01:00
Peter Parente
7254cdcfa2 Merge pull request #772 from manics/patch-1
Update tensorflow to 1.12
2018-12-23 11:19:42 -05:00
Peter Parente
2343e33dec Merge pull request #777 from tryantwit/remove-apt-get-clean
Remove apt-get clean command. Unecessary on official Ubuntu images.
2018-12-17 13:38:35 -05:00
Tim Ryan
3fc28b67e0 Remove apt-get clean command. Unecessary on official Ubuntu images. 2018-12-17 10:40:58 -05:00
Alan
06446856b6 Update Dockerfile 2018-12-07 09:50:44 +08:00
Alan
2a25febf80 Update Dockerfile 2018-12-07 09:43:03 +08:00
Simon Li
39dabe9f3e Update tensorflow to current release 1.12 2018-11-30 19:37:45 +00:00
Peter Parente
14fdfbf9cf Merge pull request #767 from jupyter-on-openshift/disable-token-mounting
Disable mounting of service account token under OpenShift.
2018-11-26 11:56:48 -05:00
Graham Dumpleton
fe85a0d172 Disable mounting of service account token under OpenShift. 2018-11-26 17:10:50 +11:00
Min RK
e8613d8412 Merge pull request #764 from minrk/bump-notebook
notebook 5.7.2
2018-11-19 16:27:30 +01:00
Min RK
1734664618 Merge pull request #765 from vibhutisawant/ppc64le
updated the base image to ubuntu:18.04
2018-11-19 16:27:22 +01:00
Vibhuti Sawant
6c265d399d updated the base image to ubuntu:18.04 2018-11-19 16:13:14 +05:30
Min RK
be4fd6705b notebook 5.7.2 2018-11-19 10:28:45 +01:00
Peter Parente
5b2160dfd9 Merge pull request #760 from mkirch/master
Update scikit-learn to 0.20.*
2018-11-15 12:14:26 -05:00
Peter Parente
d12c594540 Merge pull request #758 from clkao/jupyterlab-0.35
Update JupyterLab and extensions to 0.35.4
2018-11-15 12:14:14 -05:00
Peter Parente
bc03236aa5 Merge pull request #756 from Bidek56/master
Bumped Spark to 2.4.0 and miniconda to 4.5.11
2018-11-15 12:13:55 -05:00
Peter Parente
9e8682c9ea Merge pull request #757 from borregore/Bump/Spark
Bumped Spark to 2.4.0
2018-11-14 20:47:04 -05:00
Peter Parente
05b2c528ed Merge pull request #762 from lresende/toree-official-release-0.3.0
Update to official Toree 0.3.0-incubating release
2018-11-14 20:44:49 -05:00
borregore
f4f24a3e63 Update Dockerfile 2018-11-14 11:06:44 -07:00
borregore
46dbe75904 Update Dockerfile 2018-11-14 10:26:12 -07:00
Luciano Resende
7c3f276fe3 Update to official Toree 0.3.0-incubating release 2018-11-13 14:07:46 -08:00
Peter Parente
77e10160c7 Merge pull request #761 from parente/disable-linkcheck
[ci skip] Disable linkcheck
2018-11-12 19:00:43 -05:00
Peter Parente
1a3ec0e358 [ci skip] Disable linkcheck
Fails too often on Travis
2018-11-12 18:59:18 -05:00
Michael Kirchner
95b325d6bc Update scikit-learn to 0.20.* 2018-11-11 14:55:04 -06:00
Đặng Minh Dũng
0329eecec8 fixing inline script problem 2018-11-12 01:45:05 +07:00