Jessica B. Hamrick

Results 126 comments of Jessica B. Hamrick

I should mention that part of the difficulty of debugging this is that I haven't been able to reproduce it locally---it only seems to fail on Travis 😞

> how some external exchange system authenticates users Well, now that there's the `Authenticator`, I think it would make sense for the exchange code to query this to determine if...

This is generally expected behavior for the window to move (the idea is so that you can tab between the answers and they scroll into view as you do so)....

Ah, I see. Yes, that is a problem.

Hmm, I'm not able to reproduce this unfortunately. Do you know why the path is starting with a `/` in the first place? I would think that shouldn't happen... can...

Thanks so much! Sorry I haven't had a chance to look at this yet, but will be doing so today/tomorrow 😄

Could you share a notebook that this happens with?

Hmm, it's possible the command that's listed on the formgrader page is having you go to the wrong directory---it should work just as well from the command line or from...

Ah, so if I understand correctly I think the issue is that your nbgrader config is in `/mnt/classdat`, but then when you run the autograder you are running it from...

Another thing that might work is to try running the autograde command from `/mnt/classdat` instead of `/mnt/classdat/psy360`. I really need to add some better documentation about where config files need...