uktrade / fargatespawner

Spawns JupyterHub single user servers in Docker containers running in AWS Fargate
MIT License
46 stars 21 forks source link

Redirect to '/lab' for the Spawner does not seem to work #15

Closed rhlarora84 closed 4 years ago

rhlarora84 commented 4 years ago

Hi I tried setting up the default_url on the Spawner to launch Jupyterlab by default but it does not seem to work. It ends up launching the Jupyter Notebook ('/user/username/tree')

c.Spawner.default_url = '/lab'

Is there another setting for fargatespawner that I should be using? Thanks

rhlarora84 commented 4 years ago

Closing it as the following option on the Notebook itself worked. c.NotebookApp.default_url = '/lab'