浏览代码

update JUPYTERLAB_DIR docs

Steven Silvester 6 年之前
父节点
当前提交
5b3abc6f80
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/source/user/extensions.rst

+ 4 - 0
docs/source/user/extensions.rst

@@ -271,6 +271,10 @@ environment variable. If not specified, it will default to
 ``<sys-prefix>/share/jupyter/lab``, where ``<sys-prefix>`` is the
 site-specific directory prefix of the current Python environment. You
 can query the current application path by running ``jupyter lab path``.
+Note that the application directory is expected to contain the JupyterLab
+static assets (e.g. `static/index.html`).  If JupyterLab is launched
+and the static assets are not present, it will attempt to build if
+`node` is available, or raise an error during startup.
 
 JupyterLab Build Process
 ^^^^^^^^^^^^^^^^^^^^^^^^