We have identified an issue with cylc hub
when using Jupyterhub 4.1 (current latest release is 4.1.5) where the Cylc GUI may not load correctly. We are working to establish the cause, but for the time being, the only workaround is to downgrade to Jupyterhub 4.0.2.
# In pip-managed environments:
pip install 'jupyterhub==4.0.2'
# In conda-managed environments:
conda install 'jupyterhub=4.0.2'