Jessica B. Hamrick

Results 47 issues of Jessica B. Hamrick

Currently there are no tests for fetching feedback, so it would be great to add some.

maintenance

Test coverage is getting steadily lower; I would like to avoid it getting below 85% so it is probably worthwhile to do a PR that just creates a bunch of...

maintenance

The contributor guide currently doesn't provide that much explanation of how all the various components of nbgrader fit together. It would be better if it went into this in more...

documentation

After discussions at the Edinburgh hackathon, I think it makes sense to at least implement a generic API for the exchange which would then support custom exchanges. While nbgrader itself...

enhancement
refactor

After the Edinburgh hackathon we have much better support for multiple classes, but the course directory still only knows how to manage one course. It would be better if it...

enhancement

After the Edinburgh hackathon we have much better support for multiple classes, but the formgrader only knows about a single course. It would be nice to update the interface so...

enhancement
UX/UI

> Regarding the drop down menu, yes, I think it would be better to only have the "task cell" option visible for markdown cells. [The documentation](https://nbgrader.readthedocs.io/en/stable/user_guide/creating_and_grading_assignments.html#manually-graded-task-cells) asserts this too "If...

bug
good first issue

There is a flaky formgrader test in `nbgrader/tests/nbextensions/test_formgrader.py` called `test_same_part_navigation` which keeps failing with various related errors from Selenium, such as that the browsing context has been discarded or that...

bug
needs info
maintenance

Sometimes antialiasing causes unwanted effects, for example on linux, the mesh of my floor model is visible when antialiasing is turned on: ![screenshot-fri-mar-14-14-58-48-2014-63](https://f.cloud.github.com/assets/83444/2426340/ef094130-abc3-11e3-8c3f-9c99c8d244e5.jpg) This pull request just adds a new...

It would be _really_ nice to be able to run `nbgrader autograde` in parallel (also probably `nbgrader feedback`). This would require making sure that the execute preprocessors don't try to...

enhancement