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 menu to or to call up the .
If JupyterLab is not yet the default, you can change the configuration in
jupyterhub_config.py:
c.Spawner.default_url = "/lab"