add latest changes to 2.0 changelog

- nullauthenticator
- lab by default
This commit is contained in:
Min RK
2021-09-28 15:28:59 +02:00
parent 34398d94de
commit 17f811d0b4
2 changed files with 10 additions and 0 deletions

View File

@@ -57,6 +57,14 @@ Other new features:
- new Admin page, written in React.
With RBAC, it should now be fully possible to implement a custom admin panel
as a service via the REST API.
- JupyterLab is the default UI for single-user servers,
if available in the user environment.
See [more info](classic-notebook-ui)
in the docs about switching back to the classic notebook,
if you are not ready to switch to JupyterLab.
- NullAuthenticator is now bundled with JupyterHub,
so you no longer need to install the `nullauthenticator` package to disable login,
you can set `c.JupyterHub.authenticator_class = 'null'`.
- Support `jupyterhub --show-config` option to see your current jupyterhub configuration.
- Add expiration date dropdown to Token page

View File

@@ -189,6 +189,8 @@ The number of named servers per user can be limited by setting
c.JupyterHub.named_server_limit_per_user = 5
```
(classic-notebook-ui)=
## Switching back to classic notebook
By default the single-user server launches JupyterLab,