TF1: How to Refresh your Workspace in Coursera Labs

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.

  1. Open the notebook from the classroom.
  2. In the sidebar after the notebook opens up, right click on the notebook’s filename and select Rename.
  3. Enter any filename other than the original. For example, C4W1_Assignment.ipynb (original) → C4W1_Assignment_v2.ipynb
  4. (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 to Rename or Download each file individually in case you want to keep them before deleting.
  5. Click on the Help button on the top right of the page.
  6. Click the Get latest version button.
  7. Click the Update Lab button. The page will refresh and you should now see the latest version of the notebook.
1 Like