Nicolas Brichet
Nicolas Brichet
@dynelson what is the status of this issue ? Did you fix it ?
These errors have always been there, as you mention in https://github.com/jupyter/nbgrader/discussions/1749#discussioncomment-6794240. I think this is related to the fact that some files don't exist at startup, or are deleted from...
@trevorcampbell I opened https://github.com/jupyter/nbgrader/pull/1871 to remove some confusing error messages (at least on Linux).
Seems to be solved, thanks @shreve for the update. Feel free to reopen it if the issue is still relevant.
It was a workaround to handle notebook
@lahwaacz I was only answering to the question about the `self.is_lab` flag. Indeed, it is a leftover after the support to jupyterlab4 and notebook7, and should always be `true` in...
The widgets for jupyterlab are in typescript, in the `src` directory. For the `formgrader`, instead of rewriting the whole code, we just embbed the javascript one from the `nbgrader/server_extensions/formgrader` directory...
I'm closing it as solved. Feel free to reopen it if it is still an issue.
@bpfrd did you find answers to your questions ?
I'll take a look at it in the week. At first glance, I think we should add a delay when there are only mod key. Otherwise, the related action will...