514 Commits

Author SHA1 Message Date
romainx
ab000932e5 Clarification about the documentation #608 2020-02-28 05:28:17 +01:00
Kyriakos
9531de0071 cgspatial-notebook 2020-02-27 16:24:24 +02:00
Christoph Schranz
f0bb9e8435 Add GPU-Jupyter in selecting.md community stacks 2020-02-25 08:16:17 +01:00
Michael Pilosov
315688223d instructions for python 3.x kernels with conda
this was surprisingly hard to find help for online that was up-to-date and worked with the stacks, contributing here in hopes it'll help others.
2019-12-11 11:51:27 -08:00
Peter Parente
0b2ced306b Add sudo recipe 2019-11-09 16:06:08 -05:00
Patrick Sharp
1d0f620bd5 Add link to sage-notebook Community Stack
Added sage-notebook as per https://github.com/jupyter/docker-stacks/blob/master/docs/contributing/stacks.md
2019-08-15 16:14:45 -06:00
Jeff
a667552e78 Option to enable restart without exiting container
Add optional environment variable RESTARTABLE to enable Jupyter to
be restarted without causing the container to exit.  When the variable
is set, run-one-constantly (from the Ubuntu run-one package) is
inserted into the Jupyter startup command.
2019-08-02 11:17:04 -06:00
Travis CI
a30e395ed8 Remove inline png 2019-07-27 09:06:37 -04:00
Jeffrey Bindinga
27e5ede337 Add java-notebook to the list of community stacks.
I modified 'docs/using/selecting.md' to include a link to the java-notebook project.
2019-07-19 10:08:43 +02:00
James Brock
310afbfd1d Community haskell stack binder link
Add binder link to Community Stack crosscompass/ihaskell-notebook.
2019-06-30 12:28:38 +09:00
eromoe
ce4d2c0593 Add Specific Docker Image Options for jupyter spark 2019-05-22 14:12:02 +08:00
James Brock
a6c1ec2778 docs Community Stacks remove "list has only 2 examples" 2019-05-11 23:19:23 +09:00
James Brock
fae82dc441 docs Community Stacks ihaskell-notebook
Add ihaskell-notebook to the list of Community Stacks.
2019-05-11 23:19:23 +09:00
echowhisky
167c686011 Merge branch 'master' into issue-861
Resolved conflicts between local branch and updates to the upstream
master.
2019-05-06 18:46:51 +00:00
Peter Parente
02a3f6b095 Fix doc typo 2019-05-05 19:05:51 -04:00
echowhisky
40c5c07b0a added -f flag to all conda clean commands
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861.
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa changed -tipsy to --all -y across all files
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Marc Ramirez
23c137626f Change python entry point sentence 2019-05-01 20:14:24 +02:00
Peter Parente
15b4215d87 Fix sphinx warnings with recommonmark 0.5 2019-04-21 22:27:32 -04:00
Peter Parente
65761486d5 Merge pull request #836 from ying-w/master
Added s3 + spark session instructions
2019-04-01 09:57:22 -04:00
Will Starms
e90e0c03d6 Manpage recipe 2019-03-31 21:17:16 -05:00
Ying Wu
69f811b73c Added s3 + spark session instructions 2019-03-29 16:04:11 -07:00
Chia-liang Kao
a657b782bd Move tzdata to minimal-notebook and document it 2019-03-25 16:04:04 +08:00
Peter Parente
f286528a06 Merge pull request #825 from javabrett/doc-umask-clarification
Added clarification on the use of NB_UMASK, which only applies to the…
2019-03-11 08:50:39 -04:00
Brett Randall
af55670ce2 Added clarification on the use of NB_UMASK, which only applies to the Jupyter process itself. 2019-03-11 12:59:24 +11:00
Brett Randall
ed21e1a0b3 Balance closing quote in doc for CHOWN_EXTRA example. 2019-03-11 09:30:14 +11:00
Peter Parente
f691de3f32 Update docs/using/selecting.md
Co-Authored-By: damianavila <damianavila82@yahoo.com.ar>
2019-01-26 14:18:14 -03:00
Damian Avila
0236b703a4 Add reference to education-notebook 2019-01-26 13:01:24 -03:00
Romain C
38054f3e7b Replace vim by nano in the doc 2018-12-29 07:25:47 +01: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
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
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
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
Justin Smith
80fa2f4d5c Adding recipe for nbextension spellchecker for issue 675 2018-11-08 10:41:14 -05:00
Todd Tannenbaum
47249f6b6e JUPYTER_ENABLE_LAB documented as JUPYTER_LAB_ENABLE
The documentation in common.md references option JUPYTER_LAB_ENABLE, which does nothing. The correct name for this option is JUPYTER_ENABLE_LAB.
2018-11-01 17:35:13 -05:00
Peter Parente
ff922f8f53 [ci skip] Fixing heading level to correct ToC 2018-11-01 15:40:52 -04:00
ericdill
2ffac262c3 Add note about customizing the startup with before-notebook.d
Closes #715
2018-10-26 19:01:12 +02:00
Peter Parente
6c6ebe8734 Merge pull request #734 from ericdill/issue-728
Add note for launching notebook with no token
2018-10-25 11:09:32 -04:00
Peter Parente
713fae0566 Merge pull request #733 from bskarda/fix_common_options_link
Fix the common options link in the docs
2018-10-23 22:01:06 -04:00
ericdill
2ded32299c Fix launch command in docs
Closes #724
2018-10-23 19:11:16 +02:00
ericdill
b185fbf0b7 Add note for launching notebook with no token
Closes #728
2018-10-23 18:59:13 +02:00
Brian Skarda
0b070ee0b7 Fix the common options link in the docs 2018-10-23 10:11:41 -04:00
Peter Parente
6aabc50265 Fix broken doc link 2018-10-18 12:28:39 -04:00
Marc Ramirez
076233c13b Add more information about NB_USER set up 2018-10-05 19:19:21 +02:00
Richard Darst
31531fd623 Update documentation of NB_GID and NB_GROUP 2018-08-05 11:10:25 +03:00
Peter Parente
33b69ea660 Merge pull request #665 from parente/fix-492-supplemental-group
Fix #492: NB_GID adds a supplemental group, leaves primary untouched
2018-07-16 15:34:20 -04:00