romainx
50ce2ec609
Selecting image doc minor fixes
...
* Fix a sentence saying that `pandoc` is not installed on `base-notebook` #1013
* Precision on emacs installation (`emacs-nox`) #1059
2020-04-23 08:30:57 +02:00
Peter Parente
57b78ba3b0
Merge branch 'master' into add-vim
2020-04-19 12:02:35 -04:00
romainx
2ebcdc5884
#1060 Fix conda command to create env
...
`conda env create` is only to create environment from a `YAML` file. Fixed the command in "Add a Python 3.x environment".
[Reference](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html )
2020-04-10 22:15:19 +02:00
Peter Prescott
31262fe7ad
do requested edit
2020-04-07 09:25:13 +01:00
Peter Prescott
8d918bd978
Fix tab typo
2020-04-06 21:21:31 +01:00
Peter Prescott
5765399ca4
add vim-tiny for now
2020-04-06 11:05:29 +01:00
Peter Prescott
75e586293f
add mention of vim to docs
2020-04-06 08:32:34 +01:00
Ray Bell
c063aa650e
Add an image tag
2020-03-16 23:22:26 -04:00
Ray Bell
323c3a0348
fix hyperlink
2020-03-16 23:16:43 -04:00
Ray Bell
fcafc155db
Update docs/using/recipes.md
...
Co-Authored-By: Peter Parente <parente@gmail.com >
2020-03-16 23:07:07 -04:00
Ray Bell
9e62b3c9d1
recipe: dask
2020-03-14 23:57:29 -04:00
Peter Parente
d3c34cd02f
Merge pull request #1031 from romainx/recipes_root
...
Recipes documentation: running container as root more information
2020-03-05 07:42:19 -05:00
Mark Dean
4bff6ab197
add ipympl to docs
2020-03-01 09:21:58 -05:00
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