This will come in handy whenever you need to start from scratch, fetch the latest version of the assignment, or run into a 404 error. Take note that these instructions are for the Tensorflow Developer Certificate courses. These run on Jupyter Lab. The instructions will be different for other DeepLearning.AI courses that use other environments.
- Open the notebook from the classroom.
- In the sidebar after the notebook opens up, right click on the notebook’s filename and select
Rename
. - Enter any filename other than the original. For example,
C4W1_Assignment.ipynb
(original) →C4W1_Assignment_v2.ipynb
- (Optional) Right click on any other file that you want to get a fresh copy of (e.g. dataset files that you might have manipulated irreversibly). Then, click
Delete
. You can also opt toRename
orDownload
each file individually in case you want to keep them before deleting. - Click on the
Help
button on the top right of the page. - Click the
Get latest version
button. - Click the
Update Lab
button. The page will refresh and you should now see the latest version of the notebook.