瀏覽代碼

Merge pull request #8036 from datalayer-contrib/docs-jupyterhub

Document the need to enable jupyterlab extension for JupyterHub
Jason Grout 5 年之前
父節點
當前提交
cd046aa212
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/source/user/jupyterhub.rst

+ 2 - 0
docs/source/user/jupyterhub.rst

@@ -25,6 +25,8 @@ In this configuration, users can still access the classic Notebook at ``/tree``,
 by either typing that URL into the browser, or by using the "Launch Classic
 Notebook" item in JupyterLab's Help menu.
 
+For this to work, you will need to enable the jupyterlab server 
+extension with ``jupyter serverextension enable jupyterlab``.
 
 Example Configuration
 ~~~~~~~~~~~~~~~~~~~~~