We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e7e27 commit df8bf9aCopy full SHA for df8bf9a
src/python/install.sh
@@ -941,6 +941,9 @@ if [ "${INSTALL_JUPYTERLAB}" = "true" ]; then
941
942
add_user_jupyter_config $CONFIG_DIR $CONFIG_FILE "c.ServerApp.allow_origin = '${CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN}'"
943
add_user_jupyter_config $CONFIG_DIR $CONFIG_FILE "c.NotebookApp.allow_origin = '${CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN}'"
944
+ if [ "$INSTALL_UNDER_ROOT" = true ]; then
945
+ add_user_jupyter_config $CONFIG_DIR $CONFIG_FILE "c.ServerApp.allow_root = True"
946
+ fi
947
fi
948
949
0 commit comments