JupyterLab server extension that adds a display name field to the login page.
Install the latest version of JupyterLab Display Name using pip:
pip install -U jupyterlab-display-name
This extension should run alongside JupyterLab version 4.
To develop, the following dependencies must be installed:
To run JupyterLab with this extension, run:
hatch run jupyter lab
If the server extension code changes, the server will need to be restarted.