Parcourir la source

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

Document the need to enable jupyterlab extension for JupyterHub
Jason Grout il y a 5 ans
Parent
commit
cd046aa212
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 ~~~~~~~~~~~~~~~~~~~~~