-
I have started nbexchange in a Docker container. In the same Docker network, a JupyterHub 4 is running in Docker Swarm mode.
In the Dockerfile for Jupyter Lab, among other things, it states:
```…
-
The current plugin only checks the exchange for the status of assignments/feedback and thus if the notebook has a manual change in it (such as deletion of an assignment folder), the plugin does not ta…
lzach updated
2 months ago
-
I have a bunch of homeworks and activities organized as Jupyter notebooks using nbgrader ([linked from course page](https://github.com/cu-numcomp/numcomp-class/)). The activities are simple demonstrat…
-
Het zou fijn zijn als er een voorbeeld nbgrader_config.py in deze repo staat.
In mijn versie zat een kleine fout in de regex voor zip collect. Hier is de juiste regex:
# Apply this regular expre…
-
Since CoCalc is (for good reasons) using its own implementation of nbgrader for Jupyter notebooks, it's currently not possible to customize nbgrader as one would do for the standalone scripts, see for…
-
My class assignments contain a lot of written responses and other work that must be manually graded. Having to flip back and forth between the assignments screen and the student notebook to leave fe…
-
Instructors should be sent directly to nbgrader course list. Clicking a course in the course list should directly open the formgrader, not only the formgrader user's lab. Students should be sent direc…
-
Right now rudaux only cares about errors in nbgrader output. But `[WARNING]` blocks are also probably worth reporting.
Should print a warning to the console (no email to instructor) if there are no…
-
let's do a few things to adjust the hub. i'm also including instructions for setting up nbgrader on the hub here which can go into the docs
## SETUP Nbgrader on the hub
1. Make a folder called `…
-
The documentation (https://nbgrader.readthedocs.io/en/stable/configuration/jupyterhub_config.html#jupyterhub-authentication) states "The course service additionally needs to have an API token set that…