This feature is designed to be paired with Jupyter Kernel Gateways env_whitelist option.
"--JupyterWebsocketPersonality.env_whitelist=
Default: []
Environment variables allowed to be set when a client requests a new kernel"
To use this feature, simply add the env var names into "KG_WHITELIST" using a colon delimited list.
This feature is designed to be paired with Jupyter Kernel Gateways env_whitelist option. "--JupyterWebsocketPersonality.env_whitelist=
Default: [] Environment variables allowed to be set when a client requests a new kernel"
To use this feature, simply add the env var names into "KG_WHITELIST" using a colon delimited list.
example: export KG_WHITELIST=SPARK_OPTS:SPARK_USER