Reloaded Jupyter Notebook reloaded with checkpoint doesn't have "Submit Assignment" button

Working on my programming assignment for Week3, I saved a checkpoint in Jupyter notebook. I did that couple time as I made progress. Now that I have finished and want to submit I don’t see the “Submit Assignment” button at the top. How do I submit that programming assignment. Alternative would be to copy all my code in a refreshed assignment but that will be lot of unnecessary work.

Hope someone can point out how to submit the reloaded Jupyter notebook with checkpoint.

Thanks,
Sanjay.

There is a topic about that on the DLS FAQ Thread.

Thank you.

For anyone running into this problem here is how I solved it, realizing that the file saved with checkpoint has a date added to its name.

  1. File → Open → select and rename the original notebook to something else
  2. Select the checkpoint file with date in its name and rename it to remove the date from the name

Now when you open that file the Submit Assignment button shows up and I was able to submit.

Hope it helps if you run into this issue.

Thanks for your follow-up.