Commit Graph

103 Commits

Author SHA1 Message Date
Ayaz Salikhov
2c1cd43504 Update common.md 2022-01-27 21:18:19 +03:00
Ayaz Salikhov
4e83d109b2 Match the docs style 2022-01-27 21:13:27 +03:00
Ayaz Salikhov
36d468626a Better style 2022-01-27 21:10:06 +03:00
Ayaz Salikhov
33db75ed46 Do not hardcode values 2022-01-27 20:52:14 +03:00
Ayaz Salikhov
844622a0ca Add quotes 2022-01-27 20:48:19 +03:00
pre-commit-ci[bot]
517ca157f3 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-01-27 13:14:45 +00:00
rigzba21
3ee9b21afb fixing formatting 2022-01-27 08:08:46 -05:00
rigzba21
e8c8a1eaba adding example usage for NB_USER environment variable option 2022-01-27 08:07:09 -05:00
rigzba21
c3382f76da adding to NB_USER environment variable option description 2022-01-27 06:53:30 -05:00
rigzba21
ec8addb64b updating Docker Options overview text, and editing NB_UMASK description 2022-01-26 20:07:18 -05:00
romainx
c954633981 JUPYTER_CMD -> DOCKER_STACKS_JUPYTER_CMD (review) 2022-01-20 23:32:52 +01:00
romainx
c6f7d4637e Fix / improve docs (review) 2022-01-20 15:28:01 +01:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
Ayaz Salikhov
3d87fcc1a7 Document NOTEBOOK_ARGS 2021-12-15 16:40:15 +03:00
Erik Sundell
ee0105a8a5 start.sh: JUPYTER_ENV_VARS_TO_UNSET introduced
Allow you to define variables to be unset before running the command
that start.sh is supposed to start. These variables will still be
available in the hooks run before.
2021-11-11 22:48:20 +01:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2 Limit markdown line length to 200 2021-06-21 12:59:21 +03:00
Ayaz Salikhov
0999f1a36f Unify bash variables usage and add quotes where needed 2021-05-26 13:06:10 +03:00
Ayaz Salikhov
ccebe16e6e More installation updates 2021-05-25 14:34:02 +03:00
Ayaz Salikhov
7942cb1c2b Update docs on installing packages 2021-05-25 13:58:33 +03:00
Ayaz Salikhov
66aaa99176 Update links 2021-05-21 14:17:18 +03:00
Ayaz Salikhov
57c360e485 Merge branch 'master' into asalikhov/make_markdown_prettier 2021-05-19 12:42:44 +03:00
Ayaz Salikhov
b748228e7e Fix dead links in docs 2021-05-07 13:46:59 +03:00
Ayaz Salikhov
453556b2c4 Make markdown files look prettier using prettier :) 2021-05-07 00:53:06 +03:00
Ayaz Salikhov
a8b7682fd6 Add newlines 2021-04-17 18:20:37 +03:00
Ayaz Salikhov
bf9660a054 Bunch of small refactorings and updates 2021-04-17 13:25:23 +03:00
romainx
e8139fdf85 Mamba in base-notebook 2021-02-27 17:29:00 +01:00
romainx
c6764656cc typo 2020-11-14 12:03:13 +01:00
romainx
7d550a0a83 Document how to use defaults channels to install packages 2020-11-14 11:58:07 +01:00
Ayaz Salikhov
b6d96d1ca2 Improve documentation 2020-05-28 11:47:48 +02:00
romainx
bcf1f53229 Fix #1077
* Documentation `common.md` updated
* `test_nb_user_change` test written
2020-05-02 17:25:14 +02: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
Peter Parente
02a3f6b095 Fix doc typo 2019-05-05 19:05:51 -04:00
Peter Parente
15b4215d87 Fix sphinx warnings with recommonmark 0.5 2019-04-21 22:27:32 -04: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
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
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
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
ericdill
2ffac262c3 Add note about customizing the startup with before-notebook.d
Closes #715
2018-10-26 19:01:12 +02:00
ericdill
2ded32299c Fix launch command in docs
Closes #724
2018-10-23 19:11:16 +02: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
da11c31576 Fix #492: NB_GID adds a supplemental group, leaves primary untouched 2018-06-24 16:10:10 -07:00
Peter Parente
e1f54f625a [ci skip] Add missing env var options 2018-06-02 16:55:21 -04:00