Skip to content

JupyterLab server extension that adds a display name field to the login page.

License

Notifications You must be signed in to change notification settings

PainterQubits/jupyterlab-display-name

JupyterLab Display Name

PyPI Latest Release PyPI Python Versions License CI

JupyterLab server extension that adds a display name field to the login page.

Installation

Install the latest version of JupyterLab Display Name using pip:

pip install -U jupyterlab-display-name

This extension should run alongside JupyterLab version 4.

Development

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.