Hello all,

In my config file I have


c.JupyterHub.authenticator_class = 
'oauthenticator.LocalGitHubOAuthenticator'
c.GitHubOAuthenticator.oauth_callback_url = '*~blah~*'
c.GitHubOAuthenticator.client_id = '*~blah~*'
c.GitHubOAuthenticator.client_secret = '*~blah~*'

c.LocalAuthenticator.create_system_users = True
c.Authenticator.whitelist = {'userx'}
c.Authenticator.admin_users = {'userx'}
c.Spawner.notebook_dir = '~/notebooks'



When I logged in to the hub as admin and created a user through the hub, 
the user was created and a user directory was created under /home.  But the 
user directory did not contain *notebooks *sub-directory.  How can we 
enable the hub to create sub-directories for new users?  Or, am I missing 
an existing mechanism or config option that does this?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/9bd93e34-0c57-48e2-a5e4-34634ae69c7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to