浏览代码

Update docs

Steven Silvester 8 年之前
父节点
当前提交
b625a1200f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tutorial/extensions_user.md

+ 3 - 1
tutorial/extensions_user.md

@@ -33,8 +33,10 @@ list.
 
 ## Advanced usage
 The behavior of the application can be customized through configuration.
-The configuration is stored in `<sys-prefix>/etc/jupyter/labconfig/`.
+The configuration is stored by default in `<sys-prefix>/etc/jupyter/labconfig/`.
 In this directory, we use `build_config.json` and `page_config.json`.
+The configuration directory can be overridden using `--lab-config-dir` in
+any of the JupyterLab commands.
 The `build_config.json` stores the location of the build directory in
 `location` (defaults to `<sys-prefix>/share/jupyter/lab`), as well
 as `installed_extensions` and `linked_extensions` metadata.