mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
fixed MyST references
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
(spawners)=
|
||||||
|
|
||||||
# Spawners and single-user notebook servers
|
# Spawners and single-user notebook servers
|
||||||
|
|
||||||
A Spawner starts each single-user notebook server. Since the single-user server is an instance of `jupyter notebook`, an entire separate
|
A Spawner starts each single-user notebook server. Since the single-user server is an instance of `jupyter notebook`, an entire separate
|
||||||
|
@@ -6,7 +6,7 @@ Only do this if you are very sure you must.
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
There are many [Authenticators](../getting-started/authenticators-users-basics) and [Spawners](../getting-started/spawners-basics) available for JupyterHub. Some, such
|
There are many [Authenticators](authenticators) and [Spawners](spawners) available for JupyterHub. Some, such
|
||||||
as [DockerSpawner](https://github.com/jupyterhub/dockerspawner) or [OAuthenticator](https://github.com/jupyterhub/oauthenticator), do not need any elevated permissions. This
|
as [DockerSpawner](https://github.com/jupyterhub/dockerspawner) or [OAuthenticator](https://github.com/jupyterhub/oauthenticator), do not need any elevated permissions. This
|
||||||
document describes how to get the full default behavior of JupyterHub while
|
document describes how to get the full default behavior of JupyterHub while
|
||||||
running notebook servers as real system users on a shared system, without
|
running notebook servers as real system users on a shared system, without
|
||||||
|
Reference in New Issue
Block a user