From d695d29a6dace39ccabd3b712d4b47c06f3afb7b Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sun, 8 Dec 2024 19:31:41 -0800 Subject: [PATCH] Link what 'jupyterlab' and 'classic' link to --- docs/howto/user-env/notebook-interfaces.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/howto/user-env/notebook-interfaces.md b/docs/howto/user-env/notebook-interfaces.md index 8560b17f..9e4cd7a3 100644 --- a/docs/howto/user-env/notebook-interfaces.md +++ b/docs/howto/user-env/notebook-interfaces.md @@ -7,7 +7,8 @@ be changed with TLJH config `user_environment.default_app` or with the JupyterHub config {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`. Both these interfaces are also shipped with TLJH by default. You can try them