Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.27 KB

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.