From 3d87fcc1a7be1de99a7f7ef990affc299c5c415f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 15 Dec 2021 16:40:15 +0300 Subject: [PATCH] Document NOTEBOOK_ARGS --- docs/using/common.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/using/common.md b/docs/using/common.md index 93a9a780..7c69649d 100644 --- a/docs/using/common.md +++ b/docs/using/common.md @@ -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