Browse Source

Docs: link to jupyterlab on jupyterhub page

Eric Charles 5 years ago
parent
commit
3da5fff660
2 changed files with 2 additions and 6 deletions
  1. 1 5
      docs/source/getting_started/installation.rst
  2. 1 1
      docs/source/user/jupyterhub.rst

+ 1 - 5
docs/source/getting_started/installation.rst

@@ -89,11 +89,7 @@ the version of the ``notebook`` package that you have installed:
 Usage with JupyterHub
 ~~~~~~~~~~~~~~~~~~~~~
 
-Install JupyterLab and JupyterHub.
-
-In ``jupyterhub_config.py``, configure the ``Spawner`` to tell the single-user notebook servers to default to JupyterLab:
-
-``c.Spawner.default_url = '/lab'``
+Read the details on our :ref:`JupyterLab on JupyterHub documentation page <jupyterhub>`.
 
 
 Supported browsers

+ 1 - 1
docs/source/user/jupyterhub.rst

@@ -1,4 +1,4 @@
-.. _jupyterlab:
+.. _jupyterhub:
 
 JupyterLab on JupyterHub
 ------------------------