Merge pull request #1016 from yuvipanda/classi

Link what 'jupyterlab' and 'classic' link to
This commit is contained in:
Min RK
2024-12-09 10:40:37 +01:00
committed by GitHub

View File

@@ -7,7 +7,8 @@ be changed with TLJH config `user_environment.default_app` or with the
JupyterHub config JupyterHub config
{external:py:attr}`jupyterhub.spawner.Spawner.default_url` directly. {external:py:attr}`jupyterhub.spawner.Spawner.default_url` directly.
The TLJH config supports the options `jupyterlab` and `classic`, which The TLJH config supports the options [`jupyterlab`](https://github.com/jupyterlab/jupyterlab/)
and [`classic`](https://github.com/jupyter/notebook), which
translates to a `Spawner.default_url` config of `/lab` and `/tree`. translates to a `Spawner.default_url` config of `/lab` and `/tree`.
Both these interfaces are also shipped with TLJH by default. You can try them Both these interfaces are also shipped with TLJH by default. You can try them