Nicolas M. Thiéry
Nicolas M. Thiéry
Thanks for the feedback. This could well be; and in fact be ideal for me as the solution would lie somewhere in the home field :-) Nevertheless,it would be helpful...
> We are not too far, though: > ``` > fig = plot(sin).matplotlib(); > from ipympl.backend_nbagg import new_figure_manager_given_figure > new_figure_manager_given_figure(1,fig) > ``` > gives out expected result .. Ah ah!...
Same here; our students can work on their assignments in two setups, so I can't guarantee the exact software versions they used, but it should be pretty similar to: ```...
As pointed out by @jhamrick, #1098 makes it easier to try to impersonate someone else, without having to run custom code. She suggests to do an a posteriori check upon...
I'll try to give a shot at this check.
> I assume the check will be optional or a warning Yes indeed, as a config option.
I stumbled on the same issue, and confirm that using Execute.timeout rather than ExecuteProcessor.timeout worked. Presumably the FAQ would need to be adjusted to clarify when Execute.timeout or ExecuteProcessor.timeout should...
Thank you so much @jhamrick! I was precisely starting to dig and slowly making my way, but this template will save me a lot of time (also knowing that it's...
For the record, here is my first approximation: ``` python def merge_submission_gradebook(source: Gradebook, target: Gradebook) -> None: """ Merge the students and submissions from the source notebook into the target...
As an aside: it would be convenient if the `update_or_createXXX` methods would accept the result of `to_dict` as is !