jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

jupyterlab_default: false has no effect #102

Closed DavidNemeskey closed 3 months ago

DavidNemeskey commented 6 years ago

I installed the repo on a server, and logged in with a user. I was expecting to see a regular Jupyter notebook interface; however, I was greeted by JupyterLab instead. I tried removing the /lab part from the URL, but I get redirected to there nevertheless.

The variable jupyterlab_default had been set to false in the host_vars file. I followed the installation instructions here.