mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
comment on default_url being used with notebook_dir
This commit is contained in:
@@ -141,7 +141,11 @@ class Spawner(LoggingConfigurable):
|
|||||||
)
|
)
|
||||||
|
|
||||||
default_url = Unicode('', config=True,
|
default_url = Unicode('', config=True,
|
||||||
help="""The default URL for the single-user server
|
help="""The default URL for the single-user server.
|
||||||
|
|
||||||
|
Can be used in conjection with --notebook-dir=/ to enable
|
||||||
|
full filesystem traversal, while preserving user's homedir as
|
||||||
|
landing page for notebook
|
||||||
|
|
||||||
`%U` will be expanded to the user's username
|
`%U` will be expanded to the user's username
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user