Ian Stuart
Ian Stuart
Yes, absolutely..... I think all of the services that provide some form of centralised notebook service would like to have a central location so they don't need to duplicate pages...
If it's just a couple of students out of a whole class, I suspect they have added cells.... and nbgrader doesn't know about them. The Notebook Document files (the `.ipynb`...
@hoffm386 - I _like_ this advice..... **alot** As for changing the `# your code here` bit, that's actually easy: add/create a local `nbgrader_config.py` file, and add the following: ```python c.ClearSolutions.code_stub...
I'm in the process of changing code so that the `course-id` is read from an environment variable - so combining this with the idea that the `course-id` is defined by...
Do you mean "add a user to the system so they can log in" or "add an existing login as a student"? The former is a jupyterhub issue, rather than...
They are just two different users in jupyterhub. I don't recall the presentation.... but having two different users logged in is no problem for the hub (you just need to...
If you've got two users in the same 'hub, both running notebooks that have `formgrader` and `assignments` tab.... the next question is _have you set the `course_id` for both users_...
The idea being that `remove-assignment` (and I presume a matching feedback) would both _un-release_ and then delete from the database? nbgrade does not (and in my view, should not) make...
Further to this, we are also experiencing zombie issues..... and we've jet to identify a repeatable trigger. What I can tell you is we're running Jupyter notebooks in a K8...
> * Share the output of running the same ps command within your container's namespace This, I can do the next time I have a stalled image > * Run...