Document NOTEBOOK_ARGS

This commit is contained in:
Ayaz Salikhov
2021-12-15 16:40:15 +03:00
parent 9ed3b8de5d
commit 3d87fcc1a7

View File

@@ -80,6 +80,7 @@ You do so by passing arguments to the `docker run` command.
You can use these arguments as alternatives to setting `${NB_UID}` and `${NB_GID}`.
- `-e JUPYTER_ENV_VARS_TO_UNSET=ADMIN_SECRET_1,ADMIN_SECRET_2` - Unsets specified environment variables in the default startup script.
The variables are unset after the hooks have executed but before the command provided to the startup script runs.
- `-e NOTEBOOK_ARGS="--log-level='DEBUG' --dev-mode"` - Adds custom options to launch `jupyter lab` or `jupyter notebook`. This way any option, supported by `jupyter` could be used by the user.
## Startup Hooks