comment on default_url being used with notebook_dir

This commit is contained in:
Shreyas Cholia
2016-03-05 12:16:10 -08:00
parent 66a99ce881
commit 1a377bd03a

View File

@@ -141,7 +141,11 @@ class Spawner(LoggingConfigurable):
)
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
"""