I am solving the graded exercises, I have been able to edit the cell for exercise number 1 and run the tests against it. When trying to edit the cell for exercise number 2, the cell does not go in edit mode. I tried to restart the kernel, restore original version and also to change browser.
I am not so confident with Jupyter, but it seems there is an underlying problem ? For the first cell I just click and edit it.
Hello, I also have this problem. I saw the message that the assignment was updated a couple days ago. is it possible this is a bug with the new assignment?
It could be, I tried to download the file, edit it in VS code and upload it (overwrite).
I am also trying to submit, wanted to check the submission but getting this error.
First couple submit attempts were getting Error
I figured out how to edit it in the browser, go the file in the file tree and right click ā open with ā editor. then I searched ādef optimizeā to get to the right cell and change editable to true. I never got that error but to be sure, did you run the previous cells first? for example the cell that contains all the imports?
Yes I did run all the cells from beginning, the tests pass for both Ex1 and Ex2.
Thanks for sharing your solution, it worked I was able to edit the cell - Submission fails with An unexpected error occurred. Please try again later
the check_submission is still failing with the previous error
Iām sorry for this issue you are facing. Iāve fixed the non-editable cell issue and removed the part of the submission_checker (it was a leftover from previous versions).
You might need to click in restore original version to fetch the new version. Do not forget to download your notebook before doing it, otherwise your solution will be deleted. Then you can copy your previous solution in the respective cells.