Skip to content

Commit

Permalink
classic UI setting (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-D-Lewis <>
  • Loading branch information
Adam-D-Lewis authored Mar 9, 2022
1 parent 9d269d3 commit c871c33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@ idle_culler:
- `timeout` is the time that a user is inactive
- `cull_every` is the interval to delete inactive jupyterlab instances
### Set default UI to classic jupyter notebooks
As of JupyterHub 2.0, the default user interface is Jupyterlab. If the classic Jupyter notebook UI is preferred, this can be configured as shown below.
```yaml
jupyterhub_custom:
QHubHPCSpawner:
default_url: '/tree'
Spawner:
environment:
JUPYTERHUB_SINGLEUSER_APP: notebook.notebookapp.NotebookApp
```
### Services
Additional services can be added to the `jupyterhub_services`
Expand Down

0 comments on commit c871c33

Please sign in to comment.