JupyterLab on JupyterHub#

JupyterLab works by default with JupyterHub ≥ 1.0 and can even run alongside classic notebooks.

When JupyterLab is used with JupyterHub, additional menu items are displayed in the File menu to Log Out or to call up the Hub Control Panel.

If JupyterLab is not yet the default, you can change the configuration in jupyterhub_config.py:

c.Spawner.default_url = "/lab"