JupyterHub docs with instructions on how to use JupyterHub with JupyterLab 3.0

Hello,

I was looking for docs for instructions (migration) on how to use JupyterHub with JupyterLab 3.0 and what is the correct compatible version of JH that work with Jupyterlab 3.0 and jupyter server accordingly.

Thank you very much

Referenced:

To be compatible with jupyter_server, you need JupyterHub 1.3. The simplest way to enable jupyterlab 3 requires jupyterlab 3.0.6, and requires only the configuration:

c.Spawner.cmd = ['jupyter', 'labhub']
1 Like

Thank you very much @mnirk, sorry for late reply!!