Nicolas Brichet

Results 256 comments of Nicolas Brichet

@LinearParadox is this issue still there in latest version ?

These empty error seems to occur when there is an exception on server side https://github.com/jupyter/nbgrader/blob/2ef4451572306b7a84605c18c4a459c24fe4eb31/nbgrader/server_extensions/formgrader/static/js/manage_assignments.js#L418 Can you look at the log on the server ?

> Tiny update: the debug flag is actually `--FormgradeExtension.debug=true` Thanks, I updated the description.

@nthiery I haven't found a way to retrieve the config from the config file. The *Config* object `c` seems to be always empty when the config file is executed. I...

Failures seems to be related to incompatibility between `pytest 8.1.0` and `nbval 0.10.0` https://github.com/computationalmodelling/nbval/issues/202 https://github.com/computationalmodelling/nbval/pull/203

> I don't have something solid to report yet, but it seems that there is some hidden state somewhere. If a local formgrader is loaded once with `formgrader?path=foo`, opening it...

Thanks for the feedback @nthiery. > * Scrap the "local formgrader" item in the global menu What is the motivation to remove it? It is only a shortcut to avoid...

> To make sure I get the technical details right: you could actually have two users use the local > formgrader on the same JupyterLab server; but only if this...

Thanks for the live deployment testing and your feedback @nthiery, glad to hear it's pretty robust. Let me check again next week to merge and release.