[jupyter] Docker volumes vs Bind mount for data persistence of user folders

2019-06-04 Thread Alvin Huff
Hello is there a reason I would want to use a docker volume (e.g. -v nfsvolume:/home/joyvan/work ) vs bind mount (e.g. -v /vol_b/exchange:/home/joyvan/work ) for persistent data? I was struggling with using docker volumes each time the container would start up it would through a permissions

Re: [jupyter] Docker volumes vs Bind mount for data persistence of user folders

2019-06-04 Thread Alvin Huff
ubuntu 18.04 on jetstream-cloud.org On Tuesday, June 4, 2019 at 5:01:36 PM UTC-7, William Stein wrote: > > On Tue, Jun 4, 2019 at 4:57 PM Alvin Huff > > wrote: > > > > Hello is there a reason I would want to use a docker volume (e.g. > > -v nfsvolume:/home/j

[jupyter] Re: c.Authenticator.admin_users set, but no admin access

2019-05-17 Thread Alvin Huff
This was resolved by create the user via the dockerfile and rebuilding On Tuesday, May 7, 2019 at 5:00:23 PM UTC-7, Alvin Huff wrote: > > Hello all I am trying to configure admin accounts in my jupyterhub_config > file I have set c.Authenticator.admin_users = {"al

[jupyter] c.Authenticator.admin_users set, but no admin access

2019-05-07 Thread Alvin Huff
Hello all I am trying to configure admin accounts in my jupyterhub_config file I have set c.Authenticator.admin_users = {"alvin", "susanna"} c.JupyterHub.admin_access = True. I can login and I get a Jupiter note book, but no admin privileges. I created an account (alvin) on the container and it

[jupyter] Re: nbgrader with TLJH

2019-04-19 Thread Alvin Huff
look at the nbgrader docs around "philosophy and the approach" that will show you the folder structure. That structure is not created by default in jupyterhub when you install nbgrader. I believe at the miniumum you need the source folder and a folder that is identified in the