Replies: 15 comments
-
Some thoughts from an Edinburgh coder (as these are things that affect the environment we have):
|
Beta Was this translation helpful? Give feedback.
-
I just saw this; I didn't know there was a nbgrader hackathon coming up. I couldn't have gone anyway, but is it still open for others to come? I'll have some people working with me this summer, who will probably devote some amount of time to nbgrader. A professor here who has used nbgrader extensively made a wishlist, which I have added some of my items to. It could be relevant here: nbgrader wishlist. Some of these may be a bit local-deployment specific. I could offer a presentation/notes about how we run nbgrader, since it seems like it's different than most, which leads to quite a few interesting issues. I'd be interested to see what others think. |
Beta Was this translation helpful? Give feedback.
-
I've pulled @rkdarst's list into here: Assignment deadlines
Where to solve assignments
Validation and submission
Grading
Analysis of results
Feedback
Other
|
Beta Was this translation helpful? Give feedback.
-
@rkdarst - two thoughts relating to Where to solve assignments
The point in Feedback is also well made, and something we're also interested in seeing taken forward |
Beta Was this translation helpful? Give feedback.
-
@rkdarst - We do still have some of the budget left if there are others that you may be able to recommend. Feel free to pass my contact email on to your colleagues : james.slack@ed.ac.uk We are really looking for those who have a good functional understanding of Jupyter and nbgrader to be able to contribute to the hackathon |
Beta Was this translation helpful? Give feedback.
-
@perllaghu, I know of BinderHub (and colab, and our other own local services). In fact, one teacher here suggested that students download notebooks and take them to these services for training, before uploading them again. For our exchange, we have a NFS share which holds all course and user data, so we can seamlessly scale to multiple nodes (we have six now). |
Beta Was this translation helpful? Give feedback.
-
I haven't yet found anyone who can make it, but would like to offer a presentation about our setup because it is quite different than the typical use case I see. |
Beta Was this translation helpful? Give feedback.
-
Here is also a link to a discussion the Jupyter Discourse Forum: https://discourse.jupyter.org/t/jupyter-nbgrader-hackathon-topics/1040/5 |
Beta Was this translation helpful? Give feedback.
-
FYI, I've created the Edinburgh-Hackathon label and will be tagging issues/PRs with that to make it easier to track what people want to work on. If you'd like me to tag an issue with it please comment here or on the discussion thread with the issue number and I'll go ahead and tag it! |
Beta Was this translation helpful? Give feedback.
-
My use case is for feedback and grading system in a distance education setting where there are ~350 students and 15 markers, with equal numbers of scripts each. Notebooks for marking are generally templated but with students free to split cells. Our requirements include:
The workflow is essentially ad hoc; markers get a set of student files in a zip file, arranged hierarchically (subfolder per student). The markers work on their own machines (which could be anything) although we do provide a course VM and we could provide a package for markers to install in their VM to assist marking. A central service is not for the foreseeable future, unless we can make a compelling case. The Jupyter installation in the VM is typically15 months old when marking comes round. (Lead times that freeze VM are 3-6 months prior to course start, with course duration of 9 months.) Tools to support individual markers in the first instance is probably our starting point. If enough markers independently use something, we can perhaps use that to advocate for a central service. |
Beta Was this translation helpful? Give feedback.
-
Hello, everybody, Well, this is my first time ever to leave any sort of public message in github, so please bear with me if my writing is kind of out of nowhere. I do not even know how my identity would appear if I press the green Comment button. But I am so pleased to learn that people with the ability to make nbgrader as an extension to jupyterlab are gathering together! Being able to run nbgrader in Jupyterlab has been in my wish list for quite a while. I am a professor of mathematics for more than 20 years, and have been trying to adapt Jupyter notebook and nbgrader in my teaching for about 2~3 years. So far, it is not that successful as I hoped in the beginning, due to many factors. Hopefully it would get better. As for the hackathon, I truly wish I could be there, but I cannot. I found about it too late to make a travel plan. Anyways, I am not a fluent coder so I don't think I can contribute to this wonderful project by providing codes. So I will wait until I hear the outcomes of the hackathon. My wishlist about nbgrader is practically a sublist of @rkdarst's list mentioned in the fourth comment of this issue. I copy and paste some of them here in the order of my preference.
Finally, I truly express my deep gratitude to those who invented these wonderful tools (jupyter notebook, jupyterhub, jupyterlab, nbgrader, etc) and make it alive. Best, |
Beta Was this translation helpful? Give feedback.
-
@psychemedia Hmm, could you clarify exactly how your adhoc use case would work after the graders are finished? nbgrader currently has a way of exporting grades from the database to a CSV file, so depending on what you're looking for one thing you could do would be to have each grader export their nbgrader grades and then you can concatenate them into one CSV. If you want to get all the grades back into a centralized version of nbgrader, that's a bit trickier. @sdyang1729 thanks for commenting and for the kind words! Getting nbgrader to work with JupyterLab is definitely something I'd like to see happen (#1006) but isn't something I've had time to work on personally. I also have not yet done any development with JupyterLab and don't really use it so it would be much better for someone who is more familiar with it to take on that refactoring. But perhaps there will be someone at the hackathon who can work on this 🙂 |
Beta Was this translation helpful? Give feedback.
-
@jhamrick After the marking, markers record marks on an individual basis in another system. In the current assessment model, we are looking mainly at how to mark cells manually and provide to students and provide easy to find summaries of marks on an individual basis (total mark; subtotal mark in subgroups of questions) for markers to then transfer to another system. At the moment, assignment return by markers is an automated process: one folder per student, commented student script and a standard feedback form in each folder, then the whole lot zipped and returned. This process is a fixed legacy one, unchanged for years, that serves hundreds of courses across the institution. There is one course that uses notebooks for assessment... When it comes to returning marks, that's out of scope for use atm. |
Beta Was this translation helpful? Give feedback.
-
Since the hackathon is over, I am going to go ahead and close this. Unfortunately we didn't accomplish everything that was requested, but I think we did make a ton of progress nonetheless! (I suppose there's lots that can be improved about nbgrader 🙂). To see everything that was accomplished during the hackathon, see the project: https://github.com/jupyter/nbgrader/projects/1 Huge thanks to everyone who participated: @sigurdurb @damianavila @BertR @perllaghu @dsblank @danielmaitre @billywardrop29 @takluyver @jamesaslack @psychemedia 🎉💯 |
Beta Was this translation helpful? Give feedback.
-
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there: https://discourse.jupyter.org/t/jupyter-nbgrader-hackathon-topics/1040/1 |
Beta Was this translation helpful? Give feedback.
-
This is an issue to collect suggestions/ideas to work on during the nbgrader hackathon in Edinburgh from May 29-31.
Beta Was this translation helpful? Give feedback.
All reactions