mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
18 lines
533 B
Markdown
18 lines
533 B
Markdown
# Tutorials
|
|
|
|
This section of the documentation provides step-by-step tutorials to help you achieve a specific goal. The tutorials should be a good place to start learning about JupyterHub and how it works.
|
|
|
|
## Installation
|
|
|
|
These sections cover how to get up-and-running with JupyterHub. They cover
|
|
some basics of the tools needed to deploy JupyterHub as well as how to get it
|
|
running on your own infrastructure.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
installation/quickstart
|
|
installation/installation-basics
|
|
installation/quickstart-docker
|
|
```
|