Ian Stuart
Ian Stuart
OK... I can figure _why_ they are different * `nbfile` is the path to the file the instructor _collected_ (they can't "see" the student directory) * `notebook` is the path...
The default exchange uses `/usr/local/share/nbgrader/exchange` as the common directory - and ensure to chmod 777 so everyone can read/write to it.
Disk is cheap.... we buy disks in TB sizes now. Is this still an issue?
This may be solvable using a bespoke external exchange plugin: you subclass the `exchangefetchassignment` class (see https://nbgrader.readthedocs.io/en/stable/exchange/exchange_api.html#exchangefetchassignment) and replace the `copy_files` method. In there, you can add logic to note...
I read this to have two parts: 1. How to transfer feedback to the student 2. Let the student see a summary of their grade in the `Assignments` view Number...
I'm interested in this, however have two complications to throw into the mix: 1. In our environment, the `jupyterhub` service spawns notebooks onto different VMs in a swarm. This means...
Absolutely - this is the whole point of LTI: it does the authentication/authorisation part (basically OAuth), and gives you course, user, and role - so you know if the user...
Just to let people know - We've started a [currently private] version of this..... Not using HubShare, as that's too generic, and doesn't have the authentication/authorisation stuff in there. I...
Yes there is..... I'm in the wrong place to give you the Pull Request numbet for this - but it's hopefully not far.
Be delighted with any critique/observations...