Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typo and reference "Launch Classic Notebook" menu item #572

Merged
merged 1 commit into from
Mar 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions doc/source/user-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@ show how to install both JupyterLab and JupyterLab-Hub.
.. note::

If JupyterLab is installed on your hub (and with or without "JupyterLab Hub" installed),
users can always switch to the classic Jupyter Notebook by
replacing ``/lab`` with ``/tree`` in the URL (if the server is running).
Similarly, you can access JupyterLab even if it is not the default by
replacing ``/tree`` in the URL with ``/lab``.
users can always switch to the classic Jupyter Notebook by selecting menu item
"Help >> Launch Classic Notebook" or by replacing ``/lab`` with ``/tree`` in the URL
(if the server is running).
Similarly, you can access JupyterLab even if it is not the default by replacing ``/tree``
in the URL with ``/lab``.

1. Install the `JupyterLab <https://github.com/jupyterlab/jupyterlab#installation>`_
and `JupyterLab Hub<https://github.com/jupyterhub/jupyterlab-hub#installation>`_ extension
Expand All @@ -236,7 +237,7 @@ show how to install both JupyterLab and JupyterLab-Hub.
c.KubeSpawner.cmd = ['jupyter-labhub']

3. If you want users to launch automatically into JupyterLab instead of the classic
notebook, set the following setting in your Helm coniguration:
notebook, set the following setting in your Helm configuration:

.. code-block:: yaml

Expand Down